diff --git a/config/defaultSettings.ts b/config/defaultSettings.ts index ff2b7c5..760006d 100644 --- a/config/defaultSettings.ts +++ b/config/defaultSettings.ts @@ -28,9 +28,10 @@ export const antdTheme = { // 更改antd 组件颜色 'table-header-bg': 'rgb(241,245,251)', 'table-row-hover-bg': 'rgb(241,245,251)', - 'table-padding-vertical': '12px', + 'table-padding-vertical': '8px', 'table-header-color': 'rgb(143,146,153)', - 'menu-item-active-bg': 'rgba(0,79,142,0.1)' + 'menu-item-active-bg': 'rgba(0,79,142,0.1)', + 'red-5': 'rgb(214,0,14)', } export type { DefaultSettings }; diff --git a/config/router.config.ts b/config/router.config.ts index 87f4e06..09f138a 100644 --- a/config/router.config.ts +++ b/config/router.config.ts @@ -30,46 +30,36 @@ export default [ component: '@/pages/index', }, { - name: 'announce', - path: '/announce', - component: '@/pages/announce/announce', + name: 'userManage', + path: '/userManage', + component: '@/pages/userManage/userManage', }, { - name: 'announceInfo', - path: '/announce/announceInfo', - component: '@/pages/announce/announceInfo', + name: 'downloadManage', + path: '/downloadManage', + component: '@/pages/downloadManage/downloadManage', }, { - name: 'policy', - path: '/policy', - component: '@/pages/policy/policy', + name: 'noticeManage', + path: '/noticeManage', + component: '@/pages/noticeManage/noticeManage', }, { - name: 'policyInfo', - path: '/policy/policyInfo', - component: '@/pages/policy/policyInfo', + name: 'policyManage', + path: '/policyManage', + component: '@/pages/policyManage/policyManage', }, { - name: 'notice', - path: '/notice', - component: '@/pages/notice/notice', + name: 'aboutManage', + path: '/aboutManage', + component: '@/pages/aboutManage/aboutManage', }, { - name: 'noticeInfo', - path: '/notice/noticeInfo', - component: '@/pages/notice/noticeInfo', - activeMenu: 'notice' + name: 'helpManage', + path: '/helpManage', + component: '@/pages/helpManage/helpManage', }, - { - name: 'download', - path: '/download', - component: '@/pages/download/download', - }, - { - name: 'about', - path: '/about', - component: '@/pages/about/about', - } + ] }, diff --git a/src/assets/iconfont/demo_index.html b/src/assets/iconfont/demo_index.html index ffe868c..c2006c4 100644 --- a/src/assets/iconfont/demo_index.html +++ b/src/assets/iconfont/demo_index.html @@ -54,6 +54,48 @@