generated from Leo_Ding/web-template
17 lines
365 B
JavaScript
17 lines
365 B
JavaScript
import { active } from "sortablejs";
|
|
|
|
export default [
|
|
{
|
|
path:'/setting',
|
|
name:'setting',
|
|
component:'admin/setting/index.vue',
|
|
meta:{
|
|
title:'个人设置',
|
|
isMenu:false,
|
|
keepAlive:false,
|
|
permission:'*',
|
|
active:'setting',
|
|
openKeys:'setting'
|
|
}
|
|
}
|
|
] |