chore: 还原naive初始化

This commit is contained in:
xingyu4j
2025-10-16 10:16:45 +08:00
parent b28a35cd79
commit bc6d0f7dd6
244 changed files with 669 additions and 26673 deletions

View File

@@ -6,11 +6,11 @@ export default defineConfig(async () => {
vite: {
server: {
proxy: {
'/admin-api': {
'/api': {
changeOrigin: true,
rewrite: (path) => path.replace(/^\/admin-api/, ''),
rewrite: (path) => path.replace(/^\/api/, ''),
// mock代理目标地址
target: 'http://localhost:48080/admin-api',
target: 'http://localhost:5320/api',
ws: true,
},
},