haoxuan
2023-10-11 0b73c695249956b20421e87ce68d3ced6fd4e51e
环境修改
1个文件已修改
4 ■■■■ 已修改文件
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js
@@ -14,8 +14,8 @@
  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
      },