duwendi hace 1 año
padre
commit
c489d795ac
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2 2
      src/config/index.js
  2. 2 2
      static/mung-local-config.js

+ 2 - 2
src/config/index.js

@@ -4,8 +4,8 @@
4 4
 const Config = {
5 5
   dev: {
6 6
 // BASE_API: 'https://172.16.36.211:8800', // http://172.16.36.211:8800
7
-    //BASE_API: 'https://park.lhzhtc.cn/luohe2_ee/api', // http://172.16.36.211:8800
8
-    BASE_API: 'http://localhost:16399/luohe2_ee/api'
7
+    BASE_API: 'https://park.lhzhtc.cn/luohe2_ee/api', // http://172.16.36.211:8800
8
+    // BASE_API: 'http://localhost:16399/luohe2_ee/api'
9 9
   },
10 10
   build: {
11 11
 //服务地址及端口配置

+ 2 - 2
static/mung-local-config.js

@@ -1,7 +1,7 @@
1 1
 window.mungConfig = {
2 2
   dev: {
3
-    BASE_API: "http://localhost:16399/luohe2_ee/api"
4
-    // BASE_API: 'https://park.lhzhtc.cn/luohe2_ee/api'
3
+    // BASE_API: "http://localhost:16399/luohe2_ee/api"
4
+    BASE_API: 'https://park.lhzhtc.cn/luohe2_ee/api'
5 5
   },
6 6
   build: {
7 7
     BASE_API: "https://park.lhzhtc.cn/luohe2_ee/api"