haoxuan
2023-10-17 0bdc7d10c8c4b13a993f5f1474b7fb2fc8c88fc9
vue.config.js
@@ -14,8 +14,9 @@
  devServer: {
    proxy: {
      "/api": {
        // target: "http://192.168.20.119:8002", // http://192.168.20.119:8002 http://fai365.com:30150/
        target: "http://192.168.20.118:8002",
        target: "http://192.168.20.119:8002", // http://192.168.20.119:8002 http://fai365.com:30150/
        // 建道本地环境
        // target: "http://192.168.20.118:8002",
        ws: true,
        changeOrigin: true
      },