🚧 add sidebar
This commit is contained in:
13
src/router/modules/recycling_bin.ts
Normal file
13
src/router/modules/recycling_bin.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import RecyclingBin from "@/views/RecyclingBin/RecyclingBin.vue";
|
||||
|
||||
export default [
|
||||
{
|
||||
path: '/main/recycling',
|
||||
name: 'recycling',
|
||||
component: RecyclingBin,
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: '回收站'
|
||||
},
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user