diff --git a/sub-operation-service/.env.production b/sub-operation-service/.env.production index 91a8892..1ef59cf 100644 --- a/sub-operation-service/.env.production +++ b/sub-operation-service/.env.production @@ -1,6 +1,6 @@ # 生产环境 VITE_APP_MIAN = 'daimp-front-main' -VITE_APP_MIAN_URL = 'http://47.109.205.240:88' +VITE_APP_MIAN_URL = 'http://47.109.205.240' VITE_APP_NAME = 'sub-operation-service' # 接口 VITE_APP_BASE_API = '/apis' 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 @@