Browse Source

用户导入,公司LOGO与名称开发

anderx 1 year ago
parent
commit
fd8543b350
1 changed files with 2 additions and 2 deletions
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -35,8 +35,8 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        // target: `http://172.16.0.255:8888`,
-        target: `https://yanfa.jishutao.com/prod-api`,
+        target: `http://172.16.0.255:8888`,
+        // target: `https://yanfa.jishutao.com/prod-api`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''