feat: 更新应用标题和描述,调整谷歌验证和登录流程以支持二步验证

This commit is contained in:
2026-01-20 07:09:11 +07:00
parent 220b14be30
commit 322530e45f
6 changed files with 99 additions and 37 deletions

View File

@@ -35,7 +35,13 @@ export default defineConfig(configEnv => {
host: '0.0.0.0',
port: 9527,
open: true,
proxy: createViteProxy(viteEnv, enableProxy)
proxy: {
'/api': {
target: viteEnv.VITE_SERVICE_BASE_URL,
changeOrigin: true,
ws: true
}
}
},
preview: {
port: 9725