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" /> -