Browse Source

1、域名相关提交

zjz 3 weeks ago
parent
commit
bf307cae53
1 changed files with 3 additions and 3 deletions
  1. 3 3
      public/envConfig/evn.pro.js

+ 3 - 3
public/envConfig/evn.pro.js

@@ -8,7 +8,7 @@
 
 /**生产地址配置 (域名版本) */
 export default {
-    BASE_URL: 'https://mabianwater.com.cn/javaapi',
-    ESRI_COBFIG_URL: 'https://mabianwater.com.cn',
-    MAP_SERVICE_URL: 'https://mabianwater.com.cn/arcgisapi',
+    BASE_URL: 'https://mabianwater.com.cn:8051/javaapi',
+    ESRI_COBFIG_URL: 'https://mabianwater.com.cn:8051',
+    MAP_SERVICE_URL: 'https://mabianwater.com.cn:8051/arcgisapi',
 }