From 2ff971e7d6cc58221bafa61ea8c8c2950da1206f Mon Sep 17 00:00:00 2001 From: xzx Date: Tue, 26 May 2020 17:16:16 +0800 Subject: [PATCH] [VersionBeta] V.1.0.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Adds] 1.开发API地址修改为9003 2.发布改为内网 3.放开历史文件功能 --- config/index.js | 2 +- config/prod.env.js | 8 ++++---- src/views/main_web/workspace.vue | 6 ++---- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/config/index.js b/config/index.js index 718328e3..d010d1f8 100644 --- a/config/index.js +++ b/config/index.js @@ -20,7 +20,7 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/api/**': { - target: 'http://192.168.5.32:9001', + target: 'http://192.168.5.32:9003', changeOrigin: true, secure: false, } diff --git a/config/prod.env.js b/config/prod.env.js index 9915ea19..200c1ea7 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,13 +1,13 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - API_HOST:'"https://api.tszcloud.com/api/"', - API_WEB:'"https://tszcloud.com/"', - OFFICE_WEB:'"https://office.tszcloud.com"' + // API_HOST:'"https://api.tszcloud.com/api/"', + // API_WEB:'"https://tszcloud.com/"', + // OFFICE_WEB:'"https://office.tszcloud.com"' // API_HOST:'"https://bapi.tszcloud.com/api/"', // API_WEB:'"https://beta.tszcloud.com/"', // OFFICE_WEB:'"https://office.tszcloud.com"' - // API_HOST:'"http://192.168.5.32:9001/api/"', + API_HOST:'"http://192.168.5.32:9003/api/"', // API_WEB:'"http://192.168.5.32:9099/"', } diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index 01b85c98..e159a134 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -394,14 +394,12 @@ 取消协同 保存历史文件 选择历史文件 @@ -1043,8 +1041,8 @@ v-if="isUseShare && BtnRightFile.status != 3" >取消协同
-
  • 保存历史文件
  • -
  • 选择历史文件
  • +
  • 保存历史文件
  • +
  • 选择历史文件
  • 建立副本