禁用多余的loading插件

This commit is contained in:
wxs 2026-02-04 16:23:34 +08:00
parent 1758accfbe
commit 4ded7b26c9
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
:data="colorStick.colors"
></color-stick>
<!-- 开关 -->
<dt-loading :visible.sync="loading"></dt-loading>
<!-- <dt-loading :visible.sync="loading"></dt-loading> -->
</div>
</template>

View File

@ -134,7 +134,7 @@
@modify="handleCommand('logout')"
></change-password>
<dt-loading :visible.sync="loading"></dt-loading>
<!-- <dt-loading :visible.sync="loading"></dt-loading> -->
</div>
</template>