MrWang 2 лет назад
Родитель
Сommit
9e0edaf2eb
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      vue.config.js

+ 2 - 1
vue.config.js

@@ -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]: ''