Browse Source

配置修改

hwb0 3 năm trước cách đây
mục cha
commit
737bf5d8ed
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

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