feat: add backend-mock app

This commit is contained in:
vben
2024-06-30 14:09:44 +08:00
parent c58aa26dbf
commit ca1cad0cd3
71 changed files with 3420 additions and 735 deletions

View File

@@ -28,8 +28,9 @@ async function initApplication() {
/**
* 移除并销毁loading
* 放在这里是而不是放在 index.html 的app标签内主要是因为这样比较不会生硬,渲染过快可能会有闪烁
* 放在这里是而不是放在 index.html 的app标签内是因为这样比较不会生硬渲染过快可能会有闪烁
* 通过先添加css动画隐藏在动画结束后在移除loading节点来改善体验
* 不好的地方是会增加一些代码量
*/
function destroyAppLoading() {
// 查找全局 loading 元素