傅行帆 6 years ago
parent
commit
2ae812a519

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

@@ -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 View File

@@ -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
 }