右侧控制显示面板,同时规整显示隐藏点的逻辑
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
let loadingInstanve = ElLoading.service(loadingOption);
|
||||
|
||||
watch(
|
||||
() => useStatusStore().getAppLoadingCompleted(),
|
||||
() => useStatusStore().appLoadingCompleted,
|
||||
(val) => {
|
||||
if (val) {
|
||||
loadingInstanve.close();
|
||||
|
||||
Reference in New Issue
Block a user