|
@@ -13,7 +13,7 @@ module.exports = {
|
|
|
// 代理列表, 是否开启代理通过[./dev.env.js]配置
|
|
// 代理列表, 是否开启代理通过[./dev.env.js]配置
|
|
|
proxyTable: devEnv.OPEN_PROXY === false ? {} : {
|
|
proxyTable: devEnv.OPEN_PROXY === false ? {} : {
|
|
|
'/proxyApi': {
|
|
'/proxyApi': {
|
|
|
- target: 'http://121.37.47.26:8081/',
|
|
|
|
|
|
|
+ target: 'http://121.37.47.26:8081',
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
pathRewrite: {
|
|
|
'/proxyApi': ''
|
|
'/proxyApi': ''
|
|
@@ -21,7 +21,7 @@ module.exports = {
|
|
|
},
|
|
},
|
|
|
'/aiApi': {
|
|
'/aiApi': {
|
|
|
// target: 'http://127.0.0.1:8089/',
|
|
// target: 'http://127.0.0.1:8089/',
|
|
|
- target: 'http://121.37.47.26:8080/',
|
|
|
|
|
|
|
+ target: 'http://121.37.47.26:8080',
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
pathRewrite: {
|
|
|
'/aiApi': ''
|
|
'/aiApi': ''
|