学生的页面查找

This commit is contained in:
Asriya
2025-08-07 16:15:14 +08:00
parent 84be9fe4ec
commit 995e7b7dc9
4 changed files with 215 additions and 290 deletions

View File

@@ -24,7 +24,7 @@ export default defineConfig(({ mode, command }) => {
open: true,
proxy: {
[env.VITE_APP_BASE_API]: {
target: 'http://localhost:8080',
target: 'http://localhost:8888',
changeOrigin: true,
ws: true,
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')