xiongzhu 3 ani în urmă
părinte
comite
a4d4297d2f

+ 2 - 0
src/main/java/com/izouma/nineth/domain/Tag.java

@@ -26,5 +26,7 @@ public class Tag {
 
     private String remark;
 
+    @Column(columnDefinition = "bigint default 1 not null")
+    private Long companyId = 1L;
 
 }

+ 75 - 0
src/main/vue/src/views/Admin.vue

@@ -207,6 +207,16 @@ export default {
                                 root: false,
                                 active: true
                             },
+                            {
+                                id: '3410329',
+                                name: '标签管理',
+                                path: '/tagList',
+                                icon: '',
+                                sort: 42,
+                                parent: '3410316',
+                                root: false,
+                                active: true
+                            },
                             // {
                             //     id: '3410339',
                             //     name: '空投',
@@ -270,6 +280,71 @@ export default {
                             }
                         ]
                     },
+                    {
+                        id: '2396143',
+                        del: false,
+                        name: '铸造管理',
+                        path: '',
+                        icon: 'fas fa-gavel',
+                        sort: 32,
+                        parent: null,
+                        root: true,
+                        enabled: null,
+                        active: true,
+                        category: null,
+                        children: [
+                            {
+                                id: '2396144',
+                                del: false,
+                                name: '铸造活动',
+                                path: '/mintActivityList',
+                                icon: '',
+                                sort: 28,
+                                parent: '2396143',
+                                root: false,
+                                enabled: null,
+                                active: true,
+                                category: null,
+                                children: null,
+                                authorities: null,
+                                createdAt: null
+                            },
+                            {
+                                id: '2396145',
+                                del: false,
+                                name: '铸造订单',
+                                path: '/mintOrderList',
+                                icon: '',
+                                sort: 29,
+                                parent: '2396143',
+                                root: false,
+                                enabled: null,
+                                active: true,
+                                category: null,
+                                children: null,
+                                authorities: null,
+                                createdAt: null
+                            },
+                            {
+                                id: '6552353',
+                                del: false,
+                                name: '铸造订单审核',
+                                path: '/mintOrderAuditList',
+                                icon: '',
+                                sort: 56,
+                                parent: '2396143',
+                                root: false,
+                                enabled: null,
+                                active: true,
+                                category: null,
+                                children: null,
+                                authorities: null,
+                                createdAt: null
+                            }
+                        ],
+                        authorities: null,
+                        createdAt: null
+                    },
                     {
                         id: '3252226',
                         name: '内容管理',