升级依赖
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
</a>
|
||||
</a-card>
|
||||
<a-card type="rounded-sm text-center" class="w-full" :body-style="{ padding: 0 }" :bordered="false">
|
||||
<a href="https://doc.mineadmin.com/guide/" target="_blank">
|
||||
<a-button type="outline" class="w-full">感谢:MineAdmin</a-button>
|
||||
<a href="https://doc.mineadmin.com/" target="_blank">
|
||||
<a-button type="outline" class="w-full">感谢MineAdmin</a-button>
|
||||
</a>
|
||||
</a-card>
|
||||
<div class="mt-2">管理平台版本</div>
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
<script setup lang="ts">
|
||||
import { PropType } from "vue"
|
||||
import { useRouter } from "vue-router"
|
||||
import type { IPageHeaderProps } from "./types"
|
||||
import { type IPageHeaderProps } from "./types"
|
||||
import { isBlankObj } from "@/utils/extensions/JsTools"
|
||||
// 组件属性
|
||||
const props = defineProps({
|
||||
data: {
|
||||
@@ -26,9 +27,6 @@ const props = defineProps({
|
||||
required: true
|
||||
}
|
||||
})
|
||||
const isBlankObj = (data: IPageHeaderProps) => {
|
||||
return Object.keys(data).length > 0
|
||||
}
|
||||
const router = useRouter()
|
||||
// 返回上个页面
|
||||
const handleBackClick = () => {
|
||||
|
||||
Reference in New Issue
Block a user