From cb7b3794bbee4850e49bf23fa745cceacef5a1d1 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Wed, 3 Jul 2024 10:58:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=20=E6=B1=87=E8=9E=8D=20?= =?UTF-8?q?=E5=AD=97=E6=A0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervise-customer-ui/.env.development | 2 +- supervise-customer-ui/src/layout/components/Navbar.vue | 6 +++--- supervise-customer-ui/src/main.js | 6 +++--- supervise-customer-ui/src/settings.js | 2 +- .../src/views/daydataupload/cash/index.vue | 4 ++-- .../src/views/daydataupload/gdinventory/index.vue | 4 ++-- supervise-customer-ui/src/views/kucun/pfsjgl/index.vue | 4 ++-- supervise-customer-ui/src/views/kucun/xssjgl/index.vue | 4 ++-- supervise-customer-ui/vue.config.js | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/supervise-customer-ui/.env.development b/supervise-customer-ui/.env.development index 6fcec513..ad5f3319 100644 --- a/supervise-customer-ui/.env.development +++ b/supervise-customer-ui/.env.development @@ -6,4 +6,4 @@ VUE_APP_BASE_API = '/api' ## 配置测试和本地开发时的 接口地址 ##VUE_APP_URL = "http://8.130.39.13:8112" -VUE_APP_URL = "http://192.168.1.104:7005" +VUE_APP_URL = "http://192.168.0.105:7005" diff --git a/supervise-customer-ui/src/layout/components/Navbar.vue b/supervise-customer-ui/src/layout/components/Navbar.vue index f48ce228..80d16b91 100644 --- a/supervise-customer-ui/src/layout/components/Navbar.vue +++ b/supervise-customer-ui/src/layout/components/Navbar.vue @@ -1,8 +1,8 @@ diff --git a/supervise-customer-ui/src/main.js b/supervise-customer-ui/src/main.js index dd8f7a5e..482fc838 100644 --- a/supervise-customer-ui/src/main.js +++ b/supervise-customer-ui/src/main.js @@ -43,9 +43,9 @@ VueAMap.initAMapApiLoader({ Vue.config.productionTip = false -// let token = null -let token = "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTm8iOiI4NWUwYWY0Yi1lMGJhLTQyM2UtOTIxMS1kYjI2MDg2NTgwM2YiLCJpc3MiOiJXQksiLCJleHAiOjE2OTk0MDQxNTl9.9Qd_4J137TADwjJragatzBVBXl79HgjmGP_GZeXCLQQ" -// token = GetQueryString('token') +let token = null +// let token = "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTm8iOiJkN2UxYzlkYy0xN2E3LTRlMjItYTIyYS02ZGFlYWZjNzUwOGEiLCJpc3MiOiJXQksiLCJleHAiOjE3MjAwNjA4MjN9.oO7Giw4M3khIOxNFw2VjNfOD1U6qC_mQzDeYtRi9n4Q" +token = GetQueryString('token') if (token) { setStorage(token) const href = window.location.href diff --git a/supervise-customer-ui/src/settings.js b/supervise-customer-ui/src/settings.js index b6530e1e..7b771ab0 100644 --- a/supervise-customer-ui/src/settings.js +++ b/supervise-customer-ui/src/settings.js @@ -1,6 +1,6 @@ module.exports = { - title: '汇融云仓贷后监管平台', + title: '云仓贷后监管平台', /** * @type {boolean} true | false diff --git a/supervise-customer-ui/src/views/daydataupload/cash/index.vue b/supervise-customer-ui/src/views/daydataupload/cash/index.vue index 7968d818..ca3bfff0 100644 --- a/supervise-customer-ui/src/views/daydataupload/cash/index.vue +++ b/supervise-customer-ui/src/views/daydataupload/cash/index.vue @@ -69,7 +69,7 @@ - +
选取文件 上传到服务器 -
上传 《汇融银行_按日汇总对账报表.xlsx》文件
+
上传 《按日汇总对账报表.xlsx》文件
diff --git a/supervise-customer-ui/src/views/daydataupload/gdinventory/index.vue b/supervise-customer-ui/src/views/daydataupload/gdinventory/index.vue index efef6ee6..9c655dea 100644 --- a/supervise-customer-ui/src/views/daydataupload/gdinventory/index.vue +++ b/supervise-customer-ui/src/views/daydataupload/gdinventory/index.vue @@ -77,7 +77,7 @@ />
- +
选取文件 上传到服务器 -
上传 《汇融银行_库存信息查询.xlsx》文件
+
上传 《库存信息查询.xlsx》文件
diff --git a/supervise-customer-ui/src/views/kucun/pfsjgl/index.vue b/supervise-customer-ui/src/views/kucun/pfsjgl/index.vue index 9082ed42..5c7c6de7 100644 --- a/supervise-customer-ui/src/views/kucun/pfsjgl/index.vue +++ b/supervise-customer-ui/src/views/kucun/pfsjgl/index.vue @@ -56,7 +56,7 @@
- +
选取文件 上传到服务器 -
上传 《汇融银行_配送中心批发数据.xlsx》文件
+
上传 《配送中心批发数据.xlsx》文件
diff --git a/supervise-customer-ui/src/views/kucun/xssjgl/index.vue b/supervise-customer-ui/src/views/kucun/xssjgl/index.vue index 08c2fbb8..f7f3e88a 100644 --- a/supervise-customer-ui/src/views/kucun/xssjgl/index.vue +++ b/supervise-customer-ui/src/views/kucun/xssjgl/index.vue @@ -56,7 +56,7 @@
- +
选取文件 上传到服务器 -
上传 《汇融银行_销售数据.xlsx》文件
+
上传 《销售数据.xlsx》文件
diff --git a/supervise-customer-ui/vue.config.js b/supervise-customer-ui/vue.config.js index ba4b2f8b..5f0827f8 100644 --- a/supervise-customer-ui/vue.config.js +++ b/supervise-customer-ui/vue.config.js @@ -6,7 +6,7 @@ function resolve(dir) { return path.join(__dirname, dir) } -const name = defaultSettings.title || '汇融云仓贷后监管平台'// page title +const name = defaultSettings.title || '云仓贷后监管平台'// page title // 如果端口设置为80, // 使用管理员权限执行命令行。