Merge remote-tracking branch 'origin/client_sync' into v2

# Conflicts:
#	packages/ui/certd-client/CHANGELOG.md
#	packages/ui/certd-client/package.json
This commit is contained in:
xiaojunnuo
2024-06-16 02:15:46 +08:00
6 changed files with 14 additions and 4 deletions
@@ -78,7 +78,7 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
},
content: {
title: "详情",
type: ["editor-wang", "colspan"],
type: ["editor-wang5", "colspan"],
form: {
itemProps: { labelWidth: "0px" }
}
@@ -8,9 +8,11 @@
<script lang="ts">
export default {
// eslint-disable-next-line vue/multi-word-component-names
name: "Exception404",
methods: {
toHome() {
//@ts-ignore
this.$router.push({ path: "/" });
}
}