Przeglądaj źródła

Merge branch '2.0.0' of http://git.ycjcjy.com/fuxingfan/smartCommunity into 2.0.0

魏熙美 6 lat temu
rodzic
commit
4cd869a0cf

+ 1
- 0
VUECODE/smart-operate-manage/config/prod.env.js Wyświetl plik

@@ -2,4 +2,5 @@
2 2
 module.exports = {
3 3
   NODE_ENV: '"production"',
4 4
   BASE_API: '"http://106.14.20.193:8086/operate-api"',
5
+  // BASE_API: '"http://operate.jcjyhn.com/operate-api"',
5 6
 }

+ 1
- 0
VUECODE/smart-property-manage/config/prod.env.js Wyświetl plik

@@ -2,4 +2,5 @@
2 2
 module.exports = {
3 3
   NODE_ENV: '"production"',
4 4
   BASE_API: '"http://106.14.20.193:8086/property-api"',
5
+  // BASE_API: '"http://property.jcjyhn.com/property-api"',
5 6
 }