feat: the dashboard page is ready for admin console

This commit is contained in:
RockYang
2023-08-02 16:37:47 +08:00
parent 3529649ba9
commit b09d23f97f
7 changed files with 214 additions and 32 deletions

View File

@@ -71,7 +71,7 @@ httpGet('/api/admin/config/get?key=system').then(res => {
const items = [
{
icon: 'home',
index: '/admin/welcome',
index: '/admin/dashboard',
title: '仪表盘',
},
{