diff --git a/src/layout/compoenets/LeftMenu.vue b/src/layout/compoenets/LeftMenu.vue index 14987b5..0e73ef5 100644 --- a/src/layout/compoenets/LeftMenu.vue +++ b/src/layout/compoenets/LeftMenu.vue @@ -46,7 +46,7 @@ onMounted(() => { - + diff --git a/src/views/about/index.vue b/src/views/about/index.vue index bec69bc..8d69e3d 100644 --- a/src/views/about/index.vue +++ b/src/views/about/index.vue @@ -71,7 +71,7 @@ onMounted(() => { }).then(() => { handleOpenNewVersion() }) - }else { + } else { ElMessage({ message: "当前已是最新版本", type: "success" @@ -100,11 +100,11 @@ defineComponent({ class="w-full h-full bg-white p-4 rounded drop-shadow-lg overflow-y-auto flex justify-center items-center flex-col" > + class="w-[95px] h-[95px] mt-[-50px] animate__animated animate__flip" alt="Logo"/> Frpc Desktop - + v{{ pkg.version }} @@ -117,7 +117,7 @@ defineComponent({ - @@ -142,3 +142,9 @@ defineComponent({ + +