Update AccountSettingRule.vue

This commit is contained in:
Aqr-K
2024-12-08 13:24:53 +08:00
committed by GitHub
parent e25ac006c2
commit b11d709070

View File

@@ -28,12 +28,6 @@ const importCodeDialog = ref(false)
// 导入代码类型
const importCodeType = ref('')
// 统一删除弹窗
const deleteAllDateDialog = ref(false)
// 统一删除弹窗的代码类型
const deleteAllDateDialogType = ref('')
// 提示框
const $toast = useToast()