From 9e93d5a0299d1fd2229d470d6af6255ed2d586e9 Mon Sep 17 00:00:00 2001 From: wangzenghua <1048523306@qq.com> Date: Mon, 14 Apr 2025 04:16:48 +0100 Subject: [PATCH 1/2] fix --- sub-operation-service/.env.development | 2 +- sub-operation-service/.env.pre | 2 +- sub-operation-service/.env.production | 2 +- sub-operation-service/.env.test | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sub-operation-service/.env.development b/sub-operation-service/.env.development index 9e522cc..111bc91 100644 --- a/sub-operation-service/.env.development +++ b/sub-operation-service/.env.development @@ -2,7 +2,7 @@ VITE_PORT = 9527 VITE_APP_MIAN = 'daimp-front-main' VITE_APP_MIAN_URL = 'http://localhost:9000' -VITE_APP_NAME = 'sub-operation-admin' +VITE_APP_NAME = 'sub-operation-service' VITE_APP_BASE_API = '/apis' VITE_APP_BASE_URL = 'http://192.168.18.99:8080' VITE_APP_UPLOAD_API = '/uploadApis' diff --git a/sub-operation-service/.env.pre b/sub-operation-service/.env.pre index 1f1baf4..1b27143 100644 --- a/sub-operation-service/.env.pre +++ b/sub-operation-service/.env.pre @@ -1,7 +1,7 @@ # 本地环境 VITE_APP_MIAN = 'daimp-front-main' VITE_APP_MIAN_URL = 'http://localhost:8090' -VITE_APP_NAME = 'sub-operation-admin' +VITE_APP_NAME = 'sub-operation-service' # 接口 VITE_APP_BASE_API = '/apis' VITE_APP_BASE_URL = '' diff --git a/sub-operation-service/.env.production b/sub-operation-service/.env.production index c6ee494..cecfdc7 100644 --- a/sub-operation-service/.env.production +++ b/sub-operation-service/.env.production @@ -1,7 +1,7 @@ # 生产环境 VITE_APP_MIAN = 'daimp-front-main' VITE_APP_MIAN_URL = 'http://47.109.205.240' -VITE_APP_NAME = 'sub-operation-admin' +VITE_APP_NAME = 'sub-operation-service' # 接口 VITE_APP_BASE_API = '/apis' VITE_APP_BASE_URL = '' diff --git a/sub-operation-service/.env.test b/sub-operation-service/.env.test index d286950..9a31c6f 100644 --- a/sub-operation-service/.env.test +++ b/sub-operation-service/.env.test @@ -1,7 +1,7 @@ # 测试环境 VITE_APP_MIAN = 'daimp-front-main' VITE_APP_MIAN_URL = 'http://192.168.18.99:88' -VITE_APP_NAME = 'sub-operation-admin' +VITE_APP_NAME = 'sub-operation-service' # 接口 VITE_APP_BASE_API = '/apis' VITE_APP_BASE_URL = '' From 443ce575036013e07da526c4e7fd5b236b782ec1 Mon Sep 17 00:00:00 2001 From: wangzenghua <1048523306@qq.com> Date: Mon, 14 Apr 2025 04:20:10 +0100 Subject: [PATCH 2/2] fix --- sub-operation-service/src/layouts/component/Header/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub-operation-service/src/layouts/component/Header/index.vue b/sub-operation-service/src/layouts/component/Header/index.vue index 81d00c4..261f659 100644 --- a/sub-operation-service/src/layouts/component/Header/index.vue +++ b/sub-operation-service/src/layouts/component/Header/index.vue @@ -16,7 +16,7 @@
商家中心 个人中心 - +
返回首页