Browse Source

[VersionBeta] V.1.0.0.0

[Adds]
1.NO
new-cli
xzx 4 years ago
parent
commit
e806c74352
2 changed files with 4 additions and 3 deletions
  1. +3
    -3
      config/prod.env.js
  2. +1
    -0
      src/views/main_web/workspace.vue

+ 3
- 3
config/prod.env.js View File

@@ -6,9 +6,9 @@ module.exports = {

// OFFICE_WEB:'"https://office.tszcloud.com"',
// API_HOST: '"https://bapi.tszcloud.com/api/"',
IS_CLIENT: false,

// OFFICE_WEB: '"https://office.tszcloud.com"'
IS_CLIENT: true,
OFFICE_WEB: '"http://192.168.5.25"',
API_HOST:'"http://192.168.5.32:9003/api/"',
// API_HOST:'"http://10.240.5.189:9003/api/"', // 王静内网

}

+ 1
- 0
src/views/main_web/workspace.vue View File

@@ -2835,6 +2835,7 @@ export default {
*/
setFileStatusSure(){
var thisApp=this;
// null 判断
if(thisApp.setFile.alias == "")
{
this.$notify({


Loading…
Cancel
Save