#
whycq
2024-01-11 c746f8cf0b1dcfa677cffbbf9c5eccde9597ec88
pages/home/home.vue
@@ -142,7 +142,15 @@
               method: 'POST',
               success(res) {
                  res = res.data
                  that.elements = []
                  that.elements = [
                     {
                        title: '组件入库',
                        name: 'modulePakin',
                        color: 'green',
                        cuIcon: 'order',
                        url: '/pakin/modulePakin'
                     },
                  ]
                  if (res.code === 200) {
                     if (res.data == undefined || res.data == null || res.data == "") {
                        that.elements = that.elements2
@@ -153,7 +161,7 @@
                           break;
                        }
                        that.getIcon(res.data[i].title)
                        that.elements.unshift({
                        that.elements.push({
                           title: res.data[i].name,
                           name: res.data[i].title,
                           color: that.colorList[i],