diff --git a/.env.development b/.env.development index e389b3c..43b38a9 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,11 @@ # 页面标题 -VUE_APP_TITLE = UDI追溯平台 +VUE_APP_TITLE = UDI追溯监管平台 # 开发环境配置 ENV = 'development' -VUE_APP_BASE_API = 'http://127.0.0.1:9998' +# VUE_APP_BASE_API = 'https://ts.udims.com/api/' +VUE_APP_BASE_API = 'http://192.168.0.166:9998' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/' diff --git a/.env.production b/.env.production index 56cb22d..ac9ff17 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = UDI追溯平台 +VUE_APP_TITLE = UDI追溯监管平台 diff --git a/.env.test b/.env.test index 4ca4a01..649af1a 100644 --- a/.env.test +++ b/.env.test @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = UDI追溯平台 +VUE_APP_TITLE = UDI追溯监管平台 # 生产环境配置 ENV = 'test' diff --git a/src/views/index.vue b/src/views/index.vue index 65aa196..9d6e2fd 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2,7 +2,7 @@