|
@@ -14,7 +14,7 @@ module.exports = {
|
|
|
// 代理列表, 是否开启代理通过[./dev.env.js]配置
|
|
|
proxyTable: devEnv.OPEN_PROXY === false ? {} : {
|
|
|
'/proxyApi': {
|
|
|
- target: 'http://192.168.20.6:8085/',
|
|
|
+ target: 'http://www.sgsino.cn/mallj',
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
'^/proxyApi': '/'
|