语言适配加部分布局修改

This commit is contained in:
X1627315083
2024-12-23 16:23:18 +08:00
parent fd69caff94
commit 570b5f97e9
16 changed files with 505 additions and 188 deletions

View File

@@ -23,6 +23,12 @@ const routes: Array<RouteRecordRaw> = [
meta:{enter:'all',},
component: _import('LoginPage')
},
{
path: '/register',
name: 'register',
meta:{enter:'all',},
component: _import('Register')
},
// {
// path: '/register',
// name: 'register',