diff --git a/src/router/index.js b/src/router/index.js index 82d69e2..264dd31 100755 --- a/src/router/index.js +++ b/src/router/index.js @@ -373,33 +373,33 @@ let addrouters = [ } ] }, - { - path: "/portrait", - iconCls: "fa fa-users", // 图标样式class - name: "学生画像", - component: Layout, - alone: true, - children: [ - { - path: "/portrait", - iconCls: "fa fa-users", // 图标样式class - name: "", - component: Portrait, - meta: { - keepAlive: true, - }, - children: [] - }, - { - path: "/portraitDetail", - iconCls: "", // 图标样式class - name: "授课端软件", - component: PortraitDetail, - parent: "down", - children: [] - } - ] - }, + // { + // path: "/portrait", + // iconCls: "fa fa-users", // 图标样式class + // name: "学生画像", + // component: Layout, + // alone: true, + // children: [ + // { + // path: "/portrait", + // iconCls: "fa fa-users", // 图标样式class + // name: "", + // component: Portrait, + // meta: { + // keepAlive: true, + // }, + // children: [] + // }, + // { + // path: "/portraitDetail", + // iconCls: "", // 图标样式class + // name: "授课端软件", + // component: PortraitDetail, + // parent: "down", + // children: [] + // } + // ] + // }, ] let csAddrouters = [ { diff --git a/src/views/index/mainIndex.vue b/src/views/index/mainIndex.vue index fbb7101..5e8f3ee 100644 --- a/src/views/index/mainIndex.vue +++ b/src/views/index/mainIndex.vue @@ -138,11 +138,10 @@ {{ dataInfo.paperCount }}套答题卡。

-
+ -
+ -->

随堂问报表

diff --git a/src/views/standard/test/index.vue b/src/views/standard/test/index.vue index e172cd0..5f894ad 100644 --- a/src/views/standard/test/index.vue +++ b/src/views/standard/test/index.vue @@ -572,6 +572,7 @@ export default { }); }, toPortrait(obj) { + return if (this.$store.getters.code) { return; }