Compare commits

...

2 Commits

Author SHA1 Message Date
xzh
9f135f67ba Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/layout/components/Navbar.vue
#	src/views/login.vue
2025-07-22 20:18:54 +08:00
xzh
f690455888 修改 2025-07-22 20:16:55 +08:00

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://10.10.10.10:8080',
changeOrigin: true,
ws: true,
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')