anderx пре 1 година
родитељ
комит
390a8b787f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

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