|
@@ -33,13 +33,7 @@ module.exports = {
|
|
|
open: true,
|
|
|
proxy: {
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
- [process.env.VUE_APP_BASE_API]: {
|
|
|
- target: `https://xpgx1.zzxcx.net/stage-api/`,
|
|
|
- changeOrigin: true,
|
|
|
- pathRewrite: {
|
|
|
- ["^" + process.env.VUE_APP_BASE_API]: "",
|
|
|
- },
|
|
|
- },
|
|
|
+
|
|
|
},
|
|
|
disableHostCheck: true,
|
|
|
},
|