From 8ab6a817347ee0d2a324290ddfd62839d838a1ce Mon Sep 17 00:00:00 2001 From: wesley <470822125@qq.com> Date: Thu, 5 May 2022 14:50:29 +0800 Subject: [PATCH] 给王哥 --- src/utils/routerList.js | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------ src/views/live/index.vue | 77 +++++++++++++++++++++++++++++++++++++++++------------------------------------ 2 files changed, 95 insertions(+), 90 deletions(-) diff --git a/src/utils/routerList.js b/src/utils/routerList.js index bcaba53..46ae74e 100644 --- a/src/utils/routerList.js +++ b/src/utils/routerList.js @@ -165,33 +165,33 @@ export function getRoutes() { ] }, - { - path: '/order', - component: Layout, - redirect: '/', - name: 'order', - meta: { - title: '订单管理', - icon: 'el-icon-s-marketing' - }, - children: [{ - path: 'recharge', - name: 'recharge', - component: () => - import('@/views/order/rechargeList'), - meta: { - title: '充值记录', - } - }, { - path: 'shop', - name: 'shop', - component: () => - import('@/views/order/shopList'), - meta: { - title: '购买记录', - } - }] - }, + // { + // path: '/order', + // component: Layout, + // redirect: '/', + // name: 'order', + // meta: { + // title: '订单管理', + // icon: 'el-icon-s-marketing' + // }, + // children: [{ + // path: 'recharge', + // name: 'recharge', + // component: () => + // import('@/views/order/rechargeList'), + // meta: { + // title: '充值记录', + // } + // }, { + // path: 'shop', + // name: 'shop', + // component: () => + // import('@/views/order/shopList'), + // meta: { + // title: '购买记录', + // } + // }] + // }, { path: '/user', component: Layout, @@ -422,33 +422,33 @@ export function getRoutes() { ] }, - { - path: '/order', - component: Layout, - redirect: '/', - name: 'order', - meta: { - title: '订单管理', - icon: 'el-icon-s-marketing' - }, - children: [{ - path: 'recharge', - name: 'recharge', - component: () => - import('@/views/order/rechargeList'), - meta: { - title: '充值记录', - } - }, { - path: 'shop', - name: 'shop', - component: () => - import('@/views/order/shopList'), - meta: { - title: '购买记录', - } - }] - }, + // { + // path: '/order', + // component: Layout, + // redirect: '/', + // name: 'order', + // meta: { + // title: '订单管理', + // icon: 'el-icon-s-marketing' + // }, + // children: [{ + // path: 'recharge', + // name: 'recharge', + // component: () => + // import('@/views/order/rechargeList'), + // meta: { + // title: '充值记录', + // } + // }, { + // path: 'shop', + // name: 'shop', + // component: () => + // import('@/views/order/shopList'), + // meta: { + // title: '购买记录', + // } + // }] + // }, { path: '/user', component: Layout, diff --git a/src/views/live/index.vue b/src/views/live/index.vue index e41e60c..4e319c2 100644 --- a/src/views/live/index.vue +++ b/src/views/live/index.vue @@ -1,51 +1,56 @@ \ No newline at end of file -- libgit2 0.21.4