|
@@ -7,7 +7,8 @@ module.exports = {
|
|
|
proxy: {
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
// target: `https://mp-api.51jiazhu.com`,
|
|
|
- target: `https://test-mp.quanshu123.com`,
|
|
|
+ // target: `https://test-mp.quanshu123.com`,
|
|
|
+ target: `https://mptest.kaimanghe.net`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|