Selaa lähdekoodia

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

魏熙美 6 vuotta sitten
vanhempi
commit
f89bafefbb

+ 1
- 1
VUECODE/smart-operate-manage/config/prod.env.js Näytä tiedosto

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

+ 1
- 1
VUECODE/smart-property-manage/config/prod.env.js Näytä tiedosto

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