diff --git a/README.md b/README.md index a3d8253b..19bc2ff9 100644 --- a/README.md +++ b/README.md @@ -217,16 +217,16 @@ yarn clean:lib # 删除node_modules,兼容window系统 - [x] 表格组件 - [x] 图表库 - [x] 数字动画 +- [x] 首屏加载等待动画 ## 正在开发的功能 -- [ ] 主题配置 - [ ] 上传组件 - [ ] 富文本组件 - [ ] 数据导入导出 -- [ ] 黑暗主题 - [ ] 全局错误处理 -- [ ] 首屏加载等待动画 +- [ ] 主题配置 +- [ ] 黑暗主题 - [ ] 打包 Gzip - [ ] 抽取生产环境配置文件 - [ ] 系统性能优化 diff --git a/index.html b/index.html index 57b3a322..84ba684a 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,77 @@ Vue Vben admin 2.0 -
+
+ +
+
+ + +
+
+
diff --git a/public/resource/img/loading.svg b/public/resource/img/loading.svg new file mode 100644 index 00000000..b85b8928 --- /dev/null +++ b/public/resource/img/loading.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/resource/img/logo.png b/public/resource/img/logo.png new file mode 100644 index 00000000..cd4c33d8 Binary files /dev/null and b/public/resource/img/logo.png differ diff --git a/src/assets/images/header.jpg b/src/assets/images/header.jpg index 6b16a68b..977584b6 100644 Binary files a/src/assets/images/header.jpg and b/src/assets/images/header.jpg differ diff --git a/src/views/dashboard/workbench/components/ProdTotal.vue b/src/views/dashboard/workbench/components/ProdTotal.vue index 66ca0a1c..b9949fe5 100644 --- a/src/views/dashboard/workbench/components/ProdTotal.vue +++ b/src/views/dashboard/workbench/components/ProdTotal.vue @@ -9,7 +9,7 @@ -