前端简易模板的初步抽取

master
toesbieya 6 years ago
parent 2d5b50984f
commit 066525964f
  1. 0
      vue/full/.gitignore
  2. 0
      vue/full/babel.config.js
  3. 0
      vue/full/element-ui-personal/component/Menu/MenuItem.vue
  4. 0
      vue/full/element-ui-personal/component/Menu/Submenu.vue
  5. 0
      vue/full/element-ui-personal/component/Menu/mixin.js
  6. 0
      vue/full/element-ui-personal/component/Message/index.js
  7. 0
      vue/full/element-ui-personal/component/Message/main.vue
  8. 0
      vue/full/element-ui-personal/index.js
  9. 0
      vue/full/element-ui-personal/style/index.scss
  10. 0
      vue/full/element-ui-personal/style/message.scss
  11. 0
      vue/full/mock/controller/account/index.js
  12. 0
      vue/full/mock/controller/index.js
  13. 0
      vue/full/mock/controller/system/resource.js
  14. 0
      vue/full/mock/index.js
  15. 0
      vue/full/mock/util.js
  16. 0
      vue/full/package-lock.json
  17. 0
      vue/full/package.json
  18. 0
      vue/full/public/favicon.ico
  19. 4
      vue/full/public/index.html
  20. 0
      vue/full/public/static/echarts/macarons.js
  21. 0
      vue/full/public/static/img/dot1.png
  22. 0
      vue/full/public/static/img/dot2.png
  23. 0
      vue/full/public/static/img/dot3.png
  24. 0
      vue/full/public/static/img/dot4.png
  25. 0
      vue/full/public/static/img/fileType/doc.png
  26. 0
      vue/full/public/static/img/fileType/pdf.png
  27. 0
      vue/full/public/static/img/fileType/ppt.png
  28. 0
      vue/full/public/static/img/fileType/rar.png
  29. 0
      vue/full/public/static/img/fileType/txt.png
  30. 0
      vue/full/public/static/img/fileType/xls.png
  31. 0
      vue/full/public/static/img/fileType/zip.png
  32. 0
      vue/full/public/static/img/logo.svg
  33. 0
      vue/full/public/static/js/cjpeg.min.js
  34. 0
      vue/full/public/static/js/exceljs.min.js
  35. 0
      vue/full/public/static/js/pngquant.min.js
  36. 0
      vue/full/public/static/json/region-pca.json
  37. 0
      vue/full/public/static/lightgallery/lg-pager.min.js
  38. 0
      vue/full/public/static/lightgallery/lg-thumbnail.min.js
  39. 0
      vue/full/public/static/lightgallery/lg-zoom.min.js
  40. 0
      vue/full/public/static/live2d/live2d.min.js
  41. 0
      vue/full/public/static/live2d/waifu-tips.json
  42. 0
      vue/full/public/static/live2d/waifu.css
  43. 0
      vue/full/public/static/tinymce/langs/zh_CN.js
  44. 0
      vue/full/src/App.vue
  45. 0
      vue/full/src/api/account/index.js
  46. 0
      vue/full/src/api/doc/history.js
  47. 0
      vue/full/src/api/doc/purchase/inbound.js
  48. 0
      vue/full/src/api/doc/purchase/order.js
  49. 0
      vue/full/src/api/doc/sell/order.js
  50. 0
      vue/full/src/api/doc/sell/outbound.js
  51. 0
      vue/full/src/api/file/index.js
  52. 0
      vue/full/src/api/message/manage.js
  53. 0
      vue/full/src/api/message/user.js
  54. 0
      vue/full/src/api/record/index.js
  55. 0
      vue/full/src/api/request.js
  56. 0
      vue/full/src/api/statistic/index.js
  57. 0
      vue/full/src/api/stock/current.js
  58. 0
      vue/full/src/api/system/category.js
  59. 0
      vue/full/src/api/system/customer.js
  60. 0
      vue/full/src/api/system/department.js
  61. 0
      vue/full/src/api/system/resource.js
  62. 0
      vue/full/src/api/system/role.js
  63. 0
      vue/full/src/api/system/supplier.js
  64. 0
      vue/full/src/api/system/user.js
  65. 0
      vue/full/src/asset/icon/index.js
  66. 0
      vue/full/src/asset/icon/svg/bug.svg
  67. 0
      vue/full/src/asset/icon/svg/check.svg
  68. 0
      vue/full/src/asset/icon/svg/develop.svg
  69. 0
      vue/full/src/asset/icon/svg/documentation.svg
  70. 0
      vue/full/src/asset/icon/svg/eye-open.svg
  71. 0
      vue/full/src/asset/icon/svg/eye.svg
  72. 0
      vue/full/src/asset/icon/svg/home.svg
  73. 0
      vue/full/src/asset/icon/svg/icon.svg
  74. 0
      vue/full/src/asset/icon/svg/message.svg
  75. 0
      vue/full/src/asset/icon/svg/money.svg
  76. 0
      vue/full/src/asset/icon/svg/password.svg
  77. 0
      vue/full/src/asset/icon/svg/qq.svg
  78. 0
      vue/full/src/asset/icon/svg/sell.svg
  79. 0
      vue/full/src/asset/icon/svg/shopping.svg
  80. 0
      vue/full/src/asset/icon/svg/show.svg
  81. 0
      vue/full/src/asset/icon/svg/stock.svg
  82. 0
      vue/full/src/asset/icon/svg/system.svg
  83. 0
      vue/full/src/asset/icon/svg/user.svg
  84. 0
      vue/full/src/asset/icon/svgo.yml
  85. 0
      vue/full/src/asset/style/display.scss
  86. 0
      vue/full/src/asset/style/element-ui.scss
  87. 0
      vue/full/src/asset/style/index.scss
  88. 0
      vue/full/src/asset/style/nprogress.scss
  89. 0
      vue/full/src/asset/style/transition.scss
  90. 0
      vue/full/src/asset/style/variables.scss
  91. 0
      vue/full/src/component/Charts/PieChart.vue
  92. 0
      vue/full/src/component/CollapseCard/index.vue
  93. 0
      vue/full/src/component/Empty/DefaultEmptyImage.vue
  94. 0
      vue/full/src/component/Empty/index.vue
  95. 0
      vue/full/src/component/Empty/style.scss
  96. 0
      vue/full/src/component/ExtraArea/index.vue
  97. 0
      vue/full/src/component/Icon/index.vue
  98. 0
      vue/full/src/component/LinerProgress/index.vue
  99. 0
      vue/full/src/component/LinerProgress/style.scss
  100. 0
      vue/full/src/component/OrgTree/index.vue
  101. Some files were not shown because too many files have changed in this diff Show More

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

@ -33,4 +33,8 @@
<!--富文本--> <!--富文本-->
<script async src="https://lib.baomitu.com/tinymce/5.4.1/tinymce.min.js"></script> <script async src="https://lib.baomitu.com/tinymce/5.4.1/tinymce.min.js"></script>
<!--图片裁剪-->
<link rel="stylesheet" href="https://lib.baomitu.com/cropperjs/1.5.9/cropper.min.css">
<script async src="https://lib.baomitu.com/cropperjs/1.5.9/cropper.min.js"></script>
</html> </html>

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Before

Width:  |  Height:  |  Size: 690 B

After

Width:  |  Height:  |  Size: 690 B

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before

Width:  |  Height:  |  Size: 605 B

After

Width:  |  Height:  |  Size: 605 B

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before

Width:  |  Height:  |  Size: 418 B

After

Width:  |  Height:  |  Size: 418 B

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before

Width:  |  Height:  |  Size: 944 B

After

Width:  |  Height:  |  Size: 944 B

Before

Width:  |  Height:  |  Size: 488 B

After

Width:  |  Height:  |  Size: 488 B

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Before

Width:  |  Height:  |  Size: 669 B

After

Width:  |  Height:  |  Size: 669 B

Before

Width:  |  Height:  |  Size: 335 B

After

Width:  |  Height:  |  Size: 335 B

Before

Width:  |  Height:  |  Size: 623 B

After

Width:  |  Height:  |  Size: 623 B

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Before

Width:  |  Height:  |  Size: 532 B

After

Width:  |  Height:  |  Size: 532 B

Before

Width:  |  Height:  |  Size: 522 B

After

Width:  |  Height:  |  Size: 522 B

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before

Width:  |  Height:  |  Size: 440 B

After

Width:  |  Height:  |  Size: 440 B

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save