Browse Source

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

魏熙美 6 years ago
parent
commit
f89bafefbb

+ 1
- 1
VUECODE/smart-operate-manage/config/prod.env.js View File

1
 'use strict'
1
 'use strict'
2
 module.exports = {
2
 module.exports = {
3
   NODE_ENV: '"production"',
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 View File

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