diff --git a/src/composables/query/system/use-version-check-query.ts b/src/composables/query/system/use-version-check-query.ts index aebf780..c31f2ab 100644 --- a/src/composables/query/system/use-version-check-query.ts +++ b/src/composables/query/system/use-version-check-query.ts @@ -35,16 +35,15 @@ export function useVersionCheckQuery() { title: '发现新版本', content: '请刷新网页更新', positiveText: '刷新页面', + maskClosable: false, onPositiveClick: () => { window.location.reload(); }, negativeText: '稍后检查', onNegativeClick: () => { - // window.$dialog.destroyAll(); dialogShow.value = false; }, onClose: () => { - // window.$dialog.destroyAll(); dialogShow.value = false; }, });