From 82f0fbc2bb1cb3be4c2265c3136f931235dea35a Mon Sep 17 00:00:00 2001 From: xzx Date: Thu, 9 Jul 2020 09:20:47 +0800 Subject: [PATCH 1/6] [VersionBeta] V.1.0.0.0 [Adds] 1.NO --- config/index.js | 2 +- config/prod.env.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/index.js b/config/index.js index ff9a73de..0fdc9ddb 100644 --- a/config/index.js +++ b/config/index.js @@ -20,7 +20,7 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/api/**': { - target: 'http://192.168.5.25:9003', + target: 'http://192.168.5.32:9003', changeOrigin: true, secure: false, } diff --git a/config/prod.env.js b/config/prod.env.js index 61ec9f09..2ab23254 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -4,11 +4,11 @@ module.exports = { // OFFICE_WEB:'"https://office.tszcloud.com"' // API_HOST:'"https://api.tszcloud.com/api/"', - // OFFICE_WEB:'"https://office.tszcloud.com"' - // API_HOST: '"https://bapi.tszcloud.com/api/"', + OFFICE_WEB:'"https://office.tszcloud.com"', + API_HOST: '"https://bapi.tszcloud.com/api/"', // OFFICE_WEB: '"https://office.tszcloud.com"' - API_HOST:'"http://192.168.5.32:9003/api/"', + // API_HOST:'"http://192.168.5.32:9003/api/"', } From 1cf047d83b79d8e782bcae224cfe0f3fe7ce202d Mon Sep 17 00:00:00 2001 From: rys Date: Thu, 9 Jul 2020 10:30:24 +0800 Subject: [PATCH 2/6] [Version] V.3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Adds] 1.增加云盘下载跟删除 --- src/views/main_web/cloud.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/main_web/cloud.vue b/src/views/main_web/cloud.vue index 567419e1..4fac84a3 100644 --- a/src/views/main_web/cloud.vue +++ b/src/views/main_web/cloud.vue @@ -75,8 +75,8 @@ - 下载 - 删除 + 下载 + 删除 From 05ba3896420d72b2cb76e634fd52693f6d8cffdb Mon Sep 17 00:00:00 2001 From: dhj Date: Thu, 9 Jul 2020 11:22:40 +0800 Subject: [PATCH 3/6] [Version] V.3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Adds] 1. 后台的通用设置 2.总后台的意见反馈与使用帮助 --- config/prod.env.js | 4 +-- src/views/login.vue | 2 +- src/views/manage_company/setting.vue | 10 +++--- src/views/manage_system/runmanage.vue | 50 ++++++++++++++------------- static/css/main.css | 10 +++--- 5 files changed, 40 insertions(+), 36 deletions(-) diff --git a/config/prod.env.js b/config/prod.env.js index 2ab23254..6ce0d9f5 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -8,7 +8,7 @@ module.exports = { API_HOST: '"https://bapi.tszcloud.com/api/"', - // OFFICE_WEB: '"https://office.tszcloud.com"' - // API_HOST:'"http://192.168.5.32:9003/api/"', + // OFFICE_WEB: '"https://office.tszcloud.com"', + API_HOST:'"http://192.168.5.32:9003/api/"', } diff --git a/src/views/login.vue b/src/views/login.vue index bbee1e1a..41118314 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -250,7 +250,7 @@ export default { checkPwdTip: "", //检测提示 phoneCode: "", //手机验证码 isRemember: false, //记住密码 - isClient: true //是否是客户端 + isClient: false //是否是客户端 }; }, beforeRouteLeave(to, from, next) { diff --git a/src/views/manage_company/setting.vue b/src/views/manage_company/setting.vue index 16f9a3b2..3d1df92e 100644 --- a/src/views/manage_company/setting.vue +++ b/src/views/manage_company/setting.vue @@ -266,7 +266,7 @@