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-10-29 21:44:48 * @LastEditTime: 2024-10-30 16:06:44 * @FilePath: \bigScreen\vite.config.js * @Description: * @@ -83,7 +83,7 @@ proxy: { '/api': { // target: 'http://localhost', target: 'https://wrj.shuixiongit.com/api', target: 'https://wrj.shuixiongit.com/zhyqapi', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },