yangfeng
2024-03-29 00d1a771adb136642f67ce281c09d7c32cb1f697
vue.config.js
@@ -12,17 +12,21 @@
  lintOnSave: false,
  productionSourceMap: false, // 如果你不需要生产环境的source map, 可以将其设置为false 以加速生产环境构建
  devServer: {
    historyApiFallback: true,
    allowedHosts: "all",
    proxy: {
      "/api/menu":{
        target:"http://192.168.20.119:8001",
      // "/api/menu": {
      //   target: "http://192.168.20.119:8001",
      //   ws: true,
      //   changeOrigin: true
      // },
      "/api-outsourcing": {
        target: "http://192.168.20.119:8009",
        ws: true,
        changeOrigin: true
      },
      "/api": {
        // target: "http://192.168.20.118:8889", // http://192.168.20.119:8002 http://fai365.com:30150/
        // target: "http://192.168.20.120:8004",
        target: "http://192.168.20.119:8004", // http://192.168.20.119:8004 http://fai365.com:30150/
        target: "http://192.168.20.119:8001",
        ws: true,
        changeOrigin: true
      }