yangys
2025-11-14 d2e997d0beb9450cb92afc0eb8632b9e8996e99c
vue.config.js
@@ -25,6 +25,7 @@
      open: false, //运行后自动打开浏览器
      port: process.env.VUE_APP_PORT, //挂载端口
      proxy: {
         /*
         '/api/smart-collect': {
            target: 'http://120.46.212.231:5102',
            // ws: true,
@@ -56,7 +57,7 @@
            pathRewrite: {
               '^/api': '/'
            }
         },
         },*/
         '/api': {
            // target: 'http://localhost:4102', 
            target: process.env.VUE_APP_API_BASEURL,