阶段性上传

This commit is contained in:
@fawn-nine
2023-09-08 18:05:44 +08:00
parent 8130b2d81a
commit d21ce2d01b
13 changed files with 1755 additions and 66 deletions

View File

@@ -48,6 +48,8 @@ const mainRoutes = {
{ path: '/user-point-memery', component: _import('modules/user/user-point-memery'), name: 'user-point-memery', meta: { title: '充/扣记录', isTab: true } },
{ path: '/order-epay', component: _import('modules/order/order-errorpay'), name: 'order-epay', meta: { title: '充值异常列表', isTab: true } },
{ path: '/xieyi_list', component: _import('modules/xieyi/xieyi'), name: 'xieyi_list', meta: { title: '协议管理', isTab: true } },
{ path: '/book-comments', component: _import('modules/book/bookComments'), name: 'book-comments', meta: { title: '书评管理', isTab: true } },
{ path: '/clock', component: _import('modules/book/clock'), name: 'clock', meta: { title: '打卡管理', isTab: true } },
],
beforeEnter (to, from, next) {