右侧控制显示面板,同时规整显示隐藏点的逻辑

This commit is contained in:
wzy-warehouse
2026-04-15 22:41:06 +08:00
parent df1fb2aea3
commit 459940d425
20 changed files with 520 additions and 144 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
let loadingInstanve = ElLoading.service(loadingOption);
watch(
() => useStatusStore().getAppLoadingCompleted(),
() => useStatusStore().appLoadingCompleted,
(val) => {
if (val) {
loadingInstanve.close();