✨ login page
This commit is contained in:
11
src/router/modules/testI18n.ts
Normal file
11
src/router/modules/testI18n.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export default [
|
||||
{
|
||||
path: '/test2',
|
||||
name: 'test2',
|
||||
component: () => import('@/views/TestI18n.vue'),
|
||||
meta: {
|
||||
requiresAuth: false,
|
||||
title: '测试'
|
||||
}
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user