refactor: 初步提交全局授权凭证-资源多账号改造

This commit is contained in:
meilin.huang
2024-04-09 12:55:51 +08:00
parent 408bac09a1
commit 21498584b1
59 changed files with 1779 additions and 656 deletions

View File

@@ -43,7 +43,7 @@ const clipboardRef = ref({} as any);
const props = defineProps({
machineId: {
type: Number,
type: [Number, String],
required: true,
},
clipboardList: {