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

chore: 插件中心路由修改

parent 157868ea
...@@ -3,8 +3,8 @@ import Layout from '@/layout/index.vue' ...@@ -3,8 +3,8 @@ import Layout from '@/layout/index.vue'
export default [ export default [
{ {
path: '/', path: '/plugin',
name: 'Root', name: 'Plugin',
meta: { meta: {
rank: 1001, rank: 1001,
title: '', title: '',
...@@ -12,7 +12,7 @@ export default [ ...@@ -12,7 +12,7 @@ export default [
component: Layout, component: Layout,
children: [ children: [
{ {
path: '/plugin/center', path: 'center',
name: 'PluginCenter', name: 'PluginCenter',
meta: { meta: {
rank: 1001, 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