@@ -26,6 +26,25 @@ const routes: Array<RouteRecordRaw> = [
},
{
+ path: '/register',
+ name: 'register',
+ component: Page,
+ children: [
+ {
+ path: '',
+ name: '',
+ component: () => import('@mobile/views/user/register/home.vue'),
+ meta: {
+ ignoreAuth: true,
+ },
+ props: {
+ showYhkhfxgzs: false,
+ insetStyle: false
+ }
+ ]
path: '/',
component: Page,
children: [