qx
qx
2025-04-10 e6223f3130a1431098c15ef4b9174f2b751a2e66
vue.config.js
@@ -52,7 +52,8 @@
    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: `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`,
@@ -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,
  },