Browse Source

Merge branch 'master' of http://139.196.39.194:9021/chenc/cd-work-flow-web

jbb 2 years ago
parent
commit
1c6056bc96
1 changed files with 2 additions and 2 deletions
  1. 2 2
      url.config.js

+ 2 - 2
url.config.js

@@ -1,8 +1,8 @@
 export function getEditorJumpUrl () {
     // let url = 'http://localhost:8080'
-    let url ="http://106.15.206.14:8089";//测试服务器
+    //let url ="http://106.15.206.14:8089";//测试服务器
     // let url ="http://192.168.1.158:8089";//森宇服务器
-    // let url ="http://192.168.1.157:8089";//森宇服务器
+    let url = "http://220.191.168.86:18089"; // 森语外网
     return url
   }