fix: permission
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m11s

This commit is contained in:
sexygoat
2026-04-24 09:55:44 +08:00
parent aaa648a86d
commit 62851342c3
6 changed files with 468 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
const autoResetRef: typeof import('@vueuse/core')['autoResetRef']