From b802c3a08a4515986cd2ee4430a8c64f25972a04 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期二, 12 十一月 2024 22:43:22 +0800 Subject: [PATCH] 优化错题详情 --- vite.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vite.config.js b/vite.config.js index 8d10ea8..390fc2b 100644 --- a/vite.config.js +++ b/vite.config.js @@ -29,8 +29,8 @@ port: 3000, proxy: { '/api': { - // target: 'http://192.168.3.88:8000', target: 'http://localhost:8000', + // target: 'http://42.193.1.25:8000', changeOrigin: true, } } -- Gitblit v1.8.0