feat:格式化代码
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import { RouteRecordRaw } from 'vue-router'
|
import { RouteRecordRaw } from 'vue-router'
|
||||||
import HomeLayout from '@/layout/home/index.vue'
|
|
||||||
|
|
||||||
const constantRoutes: RouteRecordRaw[] = [
|
const constantRoutes: RouteRecordRaw[] = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -19,15 +19,15 @@ export const adminMeta: IRouteMetaConfig = {
|
|||||||
},
|
},
|
||||||
'/admin/blog/article': {
|
'/admin/blog/article': {
|
||||||
title: '文章管理',
|
title: '文章管理',
|
||||||
icon: '',
|
icon: ''
|
||||||
},
|
},
|
||||||
'/admin/blog/category': {
|
'/admin/blog/category': {
|
||||||
title: '类别管理',
|
title: '类别管理',
|
||||||
icon: '',
|
icon: ''
|
||||||
},
|
},
|
||||||
'/admin/blog/visit': {
|
'/admin/blog/visit': {
|
||||||
title: '访问记录',
|
title: '访问记录',
|
||||||
icon: '',
|
icon: ''
|
||||||
},
|
},
|
||||||
'/admin/blog/detail/:id': {
|
'/admin/blog/detail/:id': {
|
||||||
title: '详细',
|
title: '详细',
|
||||||
|
|||||||
Reference in New Issue
Block a user