diff --git a/main/.env.production b/main/.env.production index c8d1172..0e3a084 100644 --- a/main/.env.production +++ b/main/.env.production @@ -1,13 +1,14 @@ # 正式环境 VITE_APP_NAME = 'daimp-front-main' VITE_APP_TITLE = '数字农业产业管理平台' -VITE_APP_SUB_OS = '//192.168.18.99:88/sub-operation-service/' -VITE_APP_SUB_OA = '//192.168.18.99:88/sub-operation-admin/' -VITE_APP_SUB_GAS = '//192.168.18.99:88/sub-government-affairs-service/' -VITE_APP_SUB_GAA = '//192.168.18.99:88/sub-government-affairs-admin/' -VITE_APP_SUB_GSS = '//192.168.18.99:88/sub-government-screen-service/' +VITE_APP_SUB_OS = '//http://47.109.205.240:88/sub-operation-service/' +VITE_APP_SUB_OA = '//http://47.109.205.240:88/sub-operation-admin/' +VITE_APP_SUB_GAS = '//http://47.109.205.240:88/sub-government-affairs-service/' +VITE_APP_SUB_GAA = '//http://47.109.205.240:88/sub-government-affairs-admin/' +VITE_APP_SUB_GSS = '//http://47.109.205.240:88/sub-government-screen-service/' # 接口 VITE_APP_BASE_API = '/apis' VITE_APP_BASE_URL = '' VITE_APP_UPLOAD_API = '/uploadApis' -VITE_APP_UPLOAD_URL = '' \ No newline at end of file +VITE_APP_UPLOAD_URL = '' + diff --git a/sub-government-affairs-service/.env.production b/sub-government-affairs-service/.env.production index a889d2f..fa327e9 100644 --- a/sub-government-affairs-service/.env.production +++ b/sub-government-affairs-service/.env.production @@ -1,7 +1,7 @@ # 生产环境 VITE_MODE = 'PRO' VITE_APP_MIAN = 'daimp-front-main' -VITE_APP_MIAN_URL = 'http://192.168.18.99:88' +VITE_APP_MIAN_URL = 'http://47.109.205.240:88' VITE_APP_NAME = 'sub-government-affairs-service' # 接口 VITE_APP_BASE_API = '/apis' diff --git a/sub-government-screen-service/.env.production b/sub-government-screen-service/.env.production index a328551..0c44983 100644 --- a/sub-government-screen-service/.env.production +++ b/sub-government-screen-service/.env.production @@ -1,6 +1,6 @@ # 生产环境 VITE_APP_MIAN = 'daimp-front-main' -VITE_APP_MIAN_URL = 'http://192.168.18.99:88' +VITE_APP_MIAN_URL = 'http://47.109.205.240:88' VITE_APP_NAME = 'sub-government-screen-service' # 接口 VITE_APP_BASE_API = '/apis' diff --git a/sub-government-screen-service/package.json b/sub-government-screen-service/package.json index b8fc963..0b9a15c 100644 --- a/sub-government-screen-service/package.json +++ b/sub-government-screen-service/package.json @@ -1,5 +1,5 @@ { - "name": "government-affairs-service", + "name": "government-sceen-service", "private": true, "version": "0.0.1", "type": "module", diff --git a/sub-operation-service/.env.production b/sub-operation-service/.env.production index 297d1df..91a8892 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://192.168.18.99:88' +VITE_APP_MIAN_URL = 'http://47.109.205.240:88' VITE_APP_NAME = 'sub-operation-service' # 接口 VITE_APP_BASE_API = '/apis'