✨ add apis
This commit is contained in:
11
src/router/modules/share.ts
Normal file
11
src/router/modules/share.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export default [
|
||||
{
|
||||
path: '/main/photo/share',
|
||||
name: 'share',
|
||||
component: () => import('@/views/Share/ImageShare/ImageShare.vue'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: '快传'
|
||||
}
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user