Skip to content

Commit 1edb0c5

Browse files
committed
feature:调整bottomInfo组件位置
1 parent f07a58b commit 1edb0c5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

web/src/view/layout/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import GvaAside from "@/view/layout/aside/index.vue";
2828
import GvaHeader from "@/view/layout/header/index.vue";
2929
import useResponsive from "@/hooks/responsive";
3030
import GvaTabs from "./tabs/index.vue"
31-
import BottomInfo from "@/view/layout/bottomInfo/bottomInfo.vue";
31+
import BottomInfo from "@/components/bottomInfo/bottomInfo.vue";
3232
import { emitter } from "@/utils/bus.js";
3333
import { ref, onMounted, nextTick, reactive, watchEffect} from "vue";
3434
import { useRouter, useRoute } from "vue-router";

web/src/view/login/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<script setup>
156156
import { captcha } from '@/api/user'
157157
import { checkDB } from '@/api/initdb'
158-
import BottomInfo from '@/view/layout/bottomInfo/bottomInfo.vue'
158+
import BottomInfo from '@/components/bottomInfo/bottomInfo.vue'
159159
import { reactive, ref } from 'vue'
160160
import { ElMessage } from 'element-plus'
161161
import { useRouter } from 'vue-router'

0 commit comments

Comments
 (0)