From dbbbb73d6f3b3c31af1fb51d925f80d8cb4e8875 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Tue, 23 Jan 2024 09:43:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 5 +++-- .env.production | 2 +- .env.test | 2 +- src/views/index.vue | 2 +- src/views/login.vue | 2 +- src/views/myLogin.vue | 2 +- src/views/myLogin1.vue | 2 +- src/views/purchase/cert/supCertAudit.vue | 2 +- vue.config.js | 2 +- 9 files changed, 11 insertions(+), 10 deletions(-) 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 @@
-

欢迎使用UDI追溯平台

+

欢迎使用UDI追溯监管平台

diff --git a/src/views/login.vue b/src/views/login.vue index 2985ede..d8a8999 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,7 +1,7 @@