diff --git a/src/views/dashboard/console/index.vue b/src/views/dashboard/console/index.vue index d33d684..6232b7f 100644 --- a/src/views/dashboard/console/index.vue +++ b/src/views/dashboard/console/index.vue @@ -127,6 +127,31 @@ + +
+ + + + + + + +
+ {}, + }, + }, + { + icon: BarChartOutlined, + size: '32', + title: '分析', + color: '#69c0ff', + eventObject: { + click: () => {}, + }, + }, + { + icon: ShoppingCartOutlined, + size: '32', + title: '商品', + color: '#ff9c6e', + eventObject: { + click: () => {}, + }, + }, + { + icon: AccountBookOutlined, + size: '32', + title: '订单', + color: '#b37feb', + eventObject: { + click: () => {}, + }, + }, + { + icon: CreditCardOutlined, + size: '32', + title: '票据', + color: '#ffd666', + eventObject: { + click: () => {}, + }, + }, + { + icon: MailOutlined, + size: '32', + title: '消息', + color: '#5cdbd3', + eventObject: { + click: () => {}, + }, + }, + { + icon: TagsOutlined, + size: '32', + title: '标签', + color: '#ff85c0', + eventObject: { + click: () => {}, + }, + }, + { + icon: SettingOutlined, + size: '32', + title: '配置', + color: '#ffc069', + eventObject: { + click: () => {}, + }, + }, + ]; + const notification = useNotification(); onMounted(() => { if (!localStorage.getItem('adClosed')) { diff --git a/src/views/dashboard/monitor/monitor.vue b/src/views/dashboard/monitor/monitor.vue deleted file mode 100644 index 5765c32..0000000 --- a/src/views/dashboard/monitor/monitor.vue +++ /dev/null @@ -1,348 +0,0 @@ - - - - diff --git a/src/views/dashboard/workplace/workplace.vue b/src/views/dashboard/workplace/workplace.vue deleted file mode 100644 index 9b0916a..0000000 --- a/src/views/dashboard/workplace/workplace.vue +++ /dev/null @@ -1,361 +0,0 @@ - - - - -