|
|
@@ -174,6 +174,11 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
path: '',
|
|
|
name: 'setting',
|
|
|
component: () => import('../views/setting/index.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'luanguage',
|
|
|
+ name: 'setting-luanguage',
|
|
|
+ component: () => import('../views/setting/luanguage/index.vue'),
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -367,7 +372,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
{
|
|
|
path: '',
|
|
|
name: 'notice-list',
|
|
|
- component: () => import('@mobile/views/notice/list/index.vue'),
|
|
|
+ component: () => import('../views/notice/list/index.vue'),
|
|
|
}
|
|
|
]
|
|
|
},
|