111
lkk
2025-04-09 e4717b437f7b4ef27c9801508f252f811fc65b3e
vue.config.js
@@ -52,8 +52,9 @@
    proxy: {
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        //target: `https://ltpeis.xaltjdkj.cn:5501/prod-api/getInfo`,
        target: `http://192.168.0.113:5011`,
        // target: `https://ltpeis.xaltjdkj.cn:5801/`,
        // target: `http://192.168.1.2:5011`,
        target: `http://192.168.1.113:5011`,
        // // target: `http://192.168.0.99:8080/ltkj-admin`,
        // target: `https://ltpeis.xaltjdkj.cn:5011/ltkj-admin`,
        // target: `http://10.168.0.9:5011`,
@@ -62,6 +63,16 @@
          ["^" + process.env.VUE_APP_BASE_API]: "",
        },
      },
      '/douban':{
        target:'http://192.168.1.3:14765',
        changeOrigin:true,
        ws: true,
        pathRewrite: {
          '^/douban': '',
        },
      },
    },
    disableHostCheck: true,
  },