Преглед изворни кода

新增用户工号判定修改为部门

anderx пре 1 година
родитељ
комит
9b12e40d92
1 измењених фајлова са 2 додато и 2 уклоњено
  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]: ''