diff --git a/README.md b/README.md index a3d8253b9010d202ddfd3d656e1f7b0b96971b52..19bc2ff938b4274ab92f9b3b2097ce63d34b3cb3 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 57b3a32202b8bd79e25184ed6d07e2207df9fd2d..84ba684a6c329a3190e0561c81e8854e102ace47 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 0000000000000000000000000000000000000000..b85b89286436a7daa872a31896bfaa7f2b041614 --- /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 0000000000000000000000000000000000000000..cd4c33d8b71f31d32aaed9fefe14f237b81e764f 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 6b16a68bb6e34d228f5c7081a822cd92547a2d44..977584b6877cf4abc6c3e3a3d51bfbb0d474da74 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 66ca0a1c9ba8d861fed2ed36b93cd91eee9765ea..b9949fe52bf3a2f157f86e850e1b2e51e70fd1f8 100644 --- a/src/views/dashboard/workbench/components/ProdTotal.vue +++ b/src/views/dashboard/workbench/components/ProdTotal.vue @@ -9,7 +9,7 @@ -