feat: update auth flow and homepage behavior

This commit is contained in:
你çšnepiedg
2026-03-19 15:41:26 +08:00
parent ee4beaa7a0
commit 219a6f6231
5 changed files with 253 additions and 110 deletions
+8
View File
@@ -4,6 +4,14 @@ import { defineConfig } from 'vite'
import Uni from '@uni-helper/plugin-uni'
export default defineConfig({
server: {
proxy: {
'/api/v1': {
target: 'http://localhost:8080',
changeOrigin: true
}
}
},
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))