feat: 更新应用标题和描述,调整谷歌验证和登录流程以支持二步验证
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user