Browse Source

更改地址

MrWang 2 năm trước cách đây
mục cha
commit
9e0edaf2eb
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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]: ''