inleft
2022-08-12 e4f0862bd8af0ac1c7aab59904b69dd071526aff
src/components/mini/box2-class.vue
@@ -35,7 +35,7 @@
   } from '../../api/blogArticleType.js'
   export default {
      beforeMount() {
         this.$message.info('loading', 0.3);
         //this.$message.info('loading', 0.3);
         queryBlogArticleType({}).then((res) => {
            this.list1 = res.data.slice(0, 3)
            if (res.data.length >= 3)