From 59aebd1d57fbf7b7cd582f50fd452ac01f716914 Mon Sep 17 00:00:00 2001 From: zhanglipeng Date: Thu, 14 Oct 2021 09:43:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E7=BC=93=E5=AD=98=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/layout/components/AppMain.vue | 2 ++ ruoyi-ui/src/views/benyi/dayflowstudy/index.vue | 2 +- ruoyi-ui/src/views/benyi/mathstudy/index.vue | 2 +- ruoyi-ui/src/views/benyi/themestudy/index.vue | 13 +++++++++++-- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/layout/components/AppMain.vue b/ruoyi-ui/src/layout/components/AppMain.vue index 0b88ff862..a4a72a8a8 100644 --- a/ruoyi-ui/src/layout/components/AppMain.vue +++ b/ruoyi-ui/src/layout/components/AppMain.vue @@ -13,9 +13,11 @@ export default { name: 'AppMain', computed: { cachedViews() { + //console.log(this.$store.state.tagsView.cachedViews); return this.$store.state.tagsView.cachedViews }, key() { + //console.log(this.$route.path); return this.$route.path } } diff --git a/ruoyi-ui/src/views/benyi/dayflowstudy/index.vue b/ruoyi-ui/src/views/benyi/dayflowstudy/index.vue index 8bc0835cb..b379c8e8d 100644 --- a/ruoyi-ui/src/views/benyi/dayflowstudy/index.vue +++ b/ruoyi-ui/src/views/benyi/dayflowstudy/index.vue @@ -69,7 +69,7 @@ import { listUnscramble } from "@/api/benyi/dayflow/unscramble"; import { treeselect, getDetail } from "@/api/benyi/dayflow/dayflowmanger"; export default { - name: "Detail", + name: "Dayflowstudy", data() { return { // 一日流程名称 diff --git a/ruoyi-ui/src/views/benyi/mathstudy/index.vue b/ruoyi-ui/src/views/benyi/mathstudy/index.vue index 175482ca7..6a1fe0726 100644 --- a/ruoyi-ui/src/views/benyi/mathstudy/index.vue +++ b/ruoyi-ui/src/views/benyi/mathstudy/index.vue @@ -75,7 +75,7 @@ import { treeselect, getMath } from "@/api/benyi/math"; import { listPlan } from "@/api/benyi/plan"; export default { - name: "Detail", + name: "Mathstudy", data() { return { // 游戏数学名称 diff --git a/ruoyi-ui/src/views/benyi/themestudy/index.vue b/ruoyi-ui/src/views/benyi/themestudy/index.vue index 78d306947..84772764b 100644 --- a/ruoyi-ui/src/views/benyi/themestudy/index.vue +++ b/ruoyi-ui/src/views/benyi/themestudy/index.vue @@ -12,7 +12,7 @@ style="margin-bottom: 20px" /> -
+
\ No newline at end of file