From 122faf2b3a03f7ef381d70a38684fe0b70d42ebc Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 12 十二月 2023 22:17:39 +0800 Subject: [PATCH] 图片上传显示bug --- src/views/layout/components/Header/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/layout/components/Header/index.vue b/src/views/layout/components/Header/index.vue index d31711c..a3eb6ba 100644 --- a/src/views/layout/components/Header/index.vue +++ b/src/views/layout/components/Header/index.vue @@ -153,7 +153,7 @@ { label: '椹鹃┒鑸�', checked: false, - url: 'http://10.53.156.63/cockpit/dist/board.html#/share-board/6CorSPZG', + url: 'http://111.1.140.92:28081/cockpit/dist/board.html#/share-board/ze5EdUnw', id: '1f' }, { @@ -353,7 +353,7 @@ }, menuChange(data) { if (data.id === '1f') { - window.open('http://10.53.156.63:18081/cockpit/dist/board.html#/share-board/6CorSPZG', '_blank'); + window.open('http://111.1.140.92:28081/cockpit/dist/board.html#/share-board/ze5EdUnw', '_blank'); } if (data.id === '2f') { this.$router.push({ path: "/home/video" }) -- Gitblit v1.8.0