Commit 3dc6fb7e authored by tyyin lan's avatar tyyin lan

chore: 插件中心路由修改

parent 157868ea
......@@ -3,8 +3,8 @@ import Layout from '@/layout/index.vue'
export default [
{
path: '/',
name: 'Root',
path: '/plugin',
name: 'Plugin',
meta: {
rank: 1001,
title: '',
......@@ -12,7 +12,7 @@ export default [
component: Layout,
children: [
{
path: '/plugin/center',
path: 'center',
name: 'PluginCenter',
meta: {
rank: 1001,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment