From ab275674abc7163b9972fa81e6fb02df61460a21 Mon Sep 17 00:00:00 2001 From: yangzhi <765157588@qq.com> Date: Thu, 17 Mar 2022 23:58:49 +0800 Subject: [PATCH] 我在阳台抽烟 风抽一半我抽一半 我也没有和风计较什么 也许风也有烦恼吧 --- src/utils/routerList.js | 159 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------ src/views/TestPaper/ManualTestPaper.vue | 12 ++++++------ 2 files changed, 87 insertions(+), 84 deletions(-) diff --git a/src/utils/routerList.js b/src/utils/routerList.js index a3e0442..f846145 100644 --- a/src/utils/routerList.js +++ b/src/utils/routerList.js @@ -41,25 +41,26 @@ export function getRoutes() { }] }, - // { - // path: '/example', - // component: Layout, - // redirect: '/example/table', - // name: 'Example', - // meta: { - // title: '题库管理', - // icon: 'el-icon-s-help' - // }, - // children: [{ - // path: 'QuestionBank', - // name: 'Table', - // component: () => import('@/views/QuestionBank/index'), - // meta: { - // title: '题库', - // icon: 'table' - // } - // }] - // }, + { + path: '/example', + component: Layout, + redirect: '/example/table', + name: 'Example', + meta: { + title: '题库管理', + icon: 'el-icon-s-help' + }, + children: [{ + path: 'QuestionBank', + name: 'Table', + component: () => + import ('@/views/QuestionBank/index'), + meta: { + title: '题库', + icon: 'table' + } + }] + }, // { // path: '/moduleIndex', // component: Layout, @@ -283,25 +284,26 @@ export function getRoutes() { }] }, - // { - // path: '/example', - // component: Layout, - // redirect: '/example/table', - // name: 'Example', - // meta: { - // title: '题库管理', - // icon: 'el-icon-s-help' - // }, - // children: [{ - // path: 'QuestionBank', - // name: 'Table', - // component: () => import('@/views/QuestionBank/index'), - // meta: { - // title: '题库', - // icon: 'table' - // } - // }] - // }, + { + path: '/example', + component: Layout, + redirect: '/example/table', + name: 'Example', + meta: { + title: '题库管理', + icon: 'el-icon-s-help' + }, + children: [{ + path: 'QuestionBank', + name: 'Table', + component: () => + import ('@/views/QuestionBank/index'), + meta: { + title: '题库', + icon: 'table' + } + }] + }, { path: '/moduleIndex', component: Layout, @@ -355,47 +357,48 @@ export function getRoutes() { // }] // }, - // { - // path: '/views', - // component: Layout, - // redirect: '/views/TestPaper', - // name: 'TestPaper', - // meta: { - // title: '试卷管理', - // icon: 'el-icon-s-help' - // }, - // children: [ - // { - // path: 'TestPaperList', - // name: 'Table', - // component: () => import('@/views/TestPaper/TestPaperList'), - // meta: { - // title: '试卷列表', - // icon: 'table' - // } - // }, - // { - // path: 'index', - // name: 'index', - // component: () => import('@/views/TestPaper/index'), - // hidden: true, - // meta: { - // title: '试卷维护', - // icon: 'table' - // } - // }, - // // { - // // path: 'ManualTestPaper', - // // name: 'Table', - // // component: () => import('@/views/TestPaper/ManualTestPaper'), - // // meta: { - // // title: '组卷', - // // icon: 'table' - // // } - // // }, + { + path: '/views', + component: Layout, + redirect: '/views/TestPaper', + name: 'TestPaper', + meta: { + title: '试卷管理', + icon: 'el-icon-s-help' + }, + children: [{ + path: 'TestPaperList', + name: 'Table', + component: () => + import ('@/views/TestPaper/TestPaperList'), + meta: { + title: '试卷列表', + icon: 'table' + } + }, + { + path: 'index', + name: 'index', + component: () => + import ('@/views/TestPaper/index'), + hidden: true, + meta: { + title: '试卷维护', + icon: 'table' + } + }, + // { + // path: 'ManualTestPaper', + // name: 'Table', + // component: () => import('@/views/TestPaper/ManualTestPaper'), + // meta: { + // title: '组卷', + // icon: 'table' + // } + // }, - // ] - // }, + ] + }, { path: '/order', component: Layout, diff --git a/src/views/TestPaper/ManualTestPaper.vue b/src/views/TestPaper/ManualTestPaper.vue index e689601..8b6ba9f 100644 --- a/src/views/TestPaper/ManualTestPaper.vue +++ b/src/views/TestPaper/ManualTestPaper.vue @@ -9,14 +9,14 @@ @add="RemoveHere" :move="onMove" class="infinite-list" :style="{'height':contentHeight-80+'px'}" infinite-scroll-disabled="disabled" v-infinite-scroll="load" style="overflow:auto">
加载中...
+没有更多了
- - + -- libgit2 0.21.4