yangbifan il y a 2 ans
Parent
commit
0f1a882985
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/config/dev.js

+ 2 - 2
src/config/dev.js

@@ -2,13 +2,13 @@
 let devs = {
     TITLE:'本地环境',
     BASE_URL:"http://43.138.50.94:9600/", //本地环境
-    BASE_API:"http://127.0.0.1:8080/api",//工作流本地环境
+    BASE_API:"http://43.138.50.94:8888",//工作流本地环境
     EXCEL_URL:"http://43.138.50.94:7777" //本地excel路径
 }
 let dev = {
     TITLE:'本地环境',
     BASE_URL:"http://127.0.0.1:8080", //本地环境
-    BASE_API:"http://127.0.0.1:8080/api",//工作流本地环境
+    BASE_API:"http://43.138.50.94:8888",//工作流本地环境
     EXCEL_URL:"http://43.138.50.94:7777" //本地excel路径
 }
 let test = {