|
@@ -11,7 +11,8 @@ module.exports = {
|
|
|
assetsPublicPath: '/',
|
|
|
proxyTable: {
|
|
|
'/tianzong': {
|
|
|
- target: `https://tianzong.info666.com`,
|
|
|
+ target: `https://www.kzmailservice.com`,
|
|
|
+ // target: `https://tianzong.info666.com`,
|
|
|
// target: `http://192.168.31.47/`,
|
|
|
changeOrigin: true, //开启代理
|
|
|
pathRewrite: { '/api': '/' } //这里重写路径/run就代理到对应地址
|