guonan
2025-07-03 fe4106780c2f3a13c409320b8a6192e9d224e929
提交
已修改1个文件
4 ■■■■ 文件已修改
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js
@@ -21,7 +21,7 @@
    hot: true,
    proxy: {
      '/api': {
        target: 'http://192.168.56.107:8088',
        target: 'http://192.168.37.60:8088',
        // target: 'http://192.168.1.104:8078',
        changeOrigin: true,
        // pathRewrite: {
@@ -38,7 +38,7 @@
        secure: false
      },
      '/simu': {
        target: 'http://192.168.56.107:8088',
        target: 'http://192.168.37.60:8088',
        changeOrigin: true,
        secure: false
      }