智慧园区前端大屏
shuishen
2024-12-24 c532f35dff316106802df5c6f67cfb8626d86aca
vite.config.js
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-10-25 10:56:27
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-12-03 13:42:55
 * @LastEditTime: 2024-12-24 14:52:51
 * @FilePath: \bigScreen\vite.config.js
 * @Description: 
 * 
@@ -123,11 +123,11 @@
        //   rewrite: path => path.replace(/^\/zhyq\/mx/, ''),
        // },
        '/zhyqapi': {
        '/zhyqhbapi': {
          // target: 'http://localhost:8082',
          target: 'https://wrj.shuixiongit.com/zhyqapi',
          target: 'https://wrj.shuixiongit.com/zhyqhbapi',
          changeOrigin: true,
          rewrite: path => path.replace(/^\/zhyqapi/, ''),
          rewrite: path => path.replace(/^\/zhyqhbapi/, ''),
        },
      },
    },