各モジュール説明

This commit is contained in:
simple321vip
2022-04-04 00:27:56 +08:00
parent ef1c97251d
commit dba73ea2a4
9 changed files with 39 additions and 8 deletions
+7
View File
@@ -61,6 +61,13 @@ const routes: Array<RouteRecordRaw> = [
name: '推荐中'
}
},
{
path: '/download',
component: () => import('../view/download/index.vue'),
meta: {
name: '一键打包'
}
},
]
}
]