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