|
@@ -34,8 +34,8 @@ module.exports = {
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
//target: `http://113.31.163.91:8090`,
|
|
|
- target: `http://localhost:8080`,
|
|
|
- //target: `https://test-mp.quanshu123.com`,
|
|
|
+ // target: `http://localhost:8080`,
|
|
|
+ target: `https://test-mp.quanshu123.com`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|