From c192f834c4e092bc7c0f2722c343c25c1be619ab Mon Sep 17 00:00:00 2001 From: shikeying <pxzsky@163.com> Date: 星期五, 07 四月 2023 17:32:33 +0800 Subject: [PATCH] 添加部分组件,添加拼图验证(未完成) --- src/layout/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index f048657..65d45ae 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -16,7 +16,7 @@ </template> <script> -import RightPanel from '@/components/RightPanel' +import RightPanel from '@/components/RuoYi/RightPanel' import { AppMain, Navbar, Settings, Sidebar, TagsView } from './components' import ResizeMixin from './mixin/ResizeHandler' import { mapState } from 'vuex' -- Gitblit v1.9.1