From 44ffd546ead6fccb5749eb126e12e1d16cc3cf0e Mon Sep 17 00:00:00 2001 From: cgx <2606784146@qq.com> Date: Sat, 19 Oct 2024 16:30:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-hanhai-vue/.env | 2 +- admin-hanhai-vue/.env.development | 2 +- admin-hanhai-vue/.env.production | 2 +- admin-hanhai-vue/public/index.html | 4 ++-- admin-hanhai-vue/src/components/layouts/TabLayout.vue | 2 +- admin-hanhai-vue/src/components/layouts/UserLayout.vue | 2 +- admin-hanhai-vue/src/components/page/GlobalHeader.vue | 4 ++-- admin-hanhai-vue/src/components/tools/Logo.vue | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/admin-hanhai-vue/.env b/admin-hanhai-vue/.env index 576fe76..15710b5 100644 --- a/admin-hanhai-vue/.env +++ b/admin-hanhai-vue/.env @@ -1,5 +1,5 @@ NODE_ENV=production -VUE_APP_PLATFORM_NAME=瑶都万能墙后台管理系统 +VUE_APP_PLATFORM_NAME=铝材交易后台管理系统 # 开启单点登录 VUE_APP_SSO=false # 开启微应用模式 diff --git a/admin-hanhai-vue/.env.development b/admin-hanhai-vue/.env.development index 04b079a..6898c5c 100644 --- a/admin-hanhai-vue/.env.development +++ b/admin-hanhai-vue/.env.development @@ -1,5 +1,5 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://localhost:8000/api/ +VUE_APP_API_BASE_URL=http://localhost:8081/aluminium-api/ VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview diff --git a/admin-hanhai-vue/.env.production b/admin-hanhai-vue/.env.production index 1a0bed9..843825c 100644 --- a/admin-hanhai-vue/.env.production +++ b/admin-hanhai-vue/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_BASE_URL=http://localhost:8000/api/ +VUE_APP_API_BASE_URL=http://localhost:8081//aluminium-api/ VUE_APP_CAS_BASE_URL=http://localhost:8888/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file diff --git a/admin-hanhai-vue/public/index.html b/admin-hanhai-vue/public/index.html index 5743666..931da2a 100644 --- a/admin-hanhai-vue/public/index.html +++ b/admin-hanhai-vue/public/index.html @@ -5,7 +5,7 @@ - 瑶都万能墙后台管理系统 + 铝材交易后台管理系统