|
@@ -1,6 +1,6 @@
|
|
|
const path = require('path');
|
|
|
|
|
|
-const url = 'http://119.3.240.140:8866'
|
|
|
+const url = 'https://cfm.bytesail.cn'
|
|
|
|
|
|
const img = 'http://os.winfaster.cn'
|
|
|
|
|
@@ -16,7 +16,8 @@ module.exports = {
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
|
|
|
- target: 'http://36.134.91.96:10001/api',
|
|
|
+
|
|
|
+ target: 'https://cfm.bytesail.cn/api',
|
|
|
|
|
|
|
|
|
ws: true,
|
|
@@ -28,7 +29,6 @@ module.exports = {
|
|
|
target: url,
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|
|
|
-
|
|
|
},
|
|
|
'/saas-business-tradeerp': {
|
|
|
target: url,
|