From e681c6020d18db5e8bed63cbce2b54a736046275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Fri, 27 Sep 2024 14:51:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=B9=E4=B8=BA=20efc=20=E7=9A=84?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/module/constant.js | 2 +- vue.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/router/module/constant.js b/src/router/module/constant.js index 4974024..1dcc084 100644 --- a/src/router/module/constant.js +++ b/src/router/module/constant.js @@ -20,7 +20,7 @@ const main = [ { path: '/', component: () => import('@/layouts/home.vue'), - redirect: '/resource_dashboard', + redirect: '/host-resource/vm', meta: { title: '主页', noTag: true diff --git a/vue.config.js b/vue.config.js index 9b989f7..b7ebe10 100644 --- a/vue.config.js +++ b/vue.config.js @@ -14,8 +14,8 @@ function resolve(dir) { } const httpType = 'https://' // const proxyUrl = 'develop.cmp56.com:60006/' // 代理地址设置 -// const proxyUrl = '23.33.3.22:60006/' // 代理地址设置 -const proxyUrl = '10.10.33.91:60006/' // 代理地址设置 +const proxyUrl = '23.33.3.22:60006/' // 代理地址设置 +// const proxyUrl = '10.10.33.91:60006/' // 代理地址设置 // const publicPath = process.env.NODE_ENV === 'production' ? '/cop-web/' : '/cop-web/'; const publicPath = '/cop-web/' module.exports = {