Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test

This commit is contained in:
rd
2025-09-16 10:11:22 +08:00
3 changed files with 24 additions and 11 deletions

View File

@ -1,5 +1,5 @@
<template>
<ConfigProvider :locale="zhCN" :theme="redTheme">
<ConfigProvider :autoInsertSpaceInButton="false" :locale="zhCN" :theme="redTheme">
<router-view v-if="$route.meta.withoutLayout" />
<LayoutBasic v-else />
</ConfigProvider>