merge: sync origin main into auth-login

This commit is contained in:
mac
2026-07-15 15:12:54 +08:00
13 changed files with 1203 additions and 16 deletions
+1 -2
View File
@@ -15,9 +15,8 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
"@/*": ["./src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
+4
View File
@@ -31,6 +31,10 @@ export default defineConfig({
target: 'http://localhost:8080',
changeOrigin: true,
},
'/swagger': {
target: 'http://localhost:8080',
changeOrigin: true,
},
},
},
build: {