浏览代码

配置修改

hwb0 3 年之前
父节点
当前提交
737bf5d8ed
共有 1 个文件被更改,包括 2 次插入2 次删除
  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]: ''