智慧园区前端大屏
linwe
2024-11-13 b8440d9a6b1671cdf0c8f06cdaba2f80a8dac1e6
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-11-01 11:15:36
 * @LastEditTime: 2024-11-12 14:02:19
 * @FilePath: \bigScreen\vite.config.js
 * @Description: 
 * 
@@ -85,6 +85,13 @@
      //   overlay:false
      // },
      proxy: {
        '/panorama': {
          // target: 'http://localhost',
          target: 'http://vr.jxpskj.com:180',
          changeOrigin: true,
          rewrite: path => path.replace(/^\/panorama/, ''),
        },
        '/zhyq/mx': {
          // target: 'http://localhost',
          target: 'https://wrj.shuixiongit.com/zhyq/mx',
@@ -93,7 +100,7 @@
        },
        '/zhyqapi': {
          // target: 'http://localhost',
          // target: 'http://localhost:15870',
          target: 'https://wrj.shuixiongit.com/zhyqapi',
          changeOrigin: true,
          rewrite: path => path.replace(/^\/zhyqapi/, ''),