mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 07:57:21 +08:00
feat: 提高容器的优先级
This commit is contained in:
@@ -7,7 +7,7 @@ export default {
|
||||
path: '/container',
|
||||
component: Layout,
|
||||
meta: {
|
||||
order: 20
|
||||
order: 2
|
||||
},
|
||||
children: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ export default {
|
||||
path: '/database',
|
||||
component: Layout,
|
||||
meta: {
|
||||
order: 4
|
||||
order: 5
|
||||
},
|
||||
children: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ export default {
|
||||
path: '/project',
|
||||
component: Layout,
|
||||
meta: {
|
||||
order: 3
|
||||
order: 4
|
||||
},
|
||||
children: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ export default {
|
||||
path: '/website',
|
||||
component: Layout,
|
||||
meta: {
|
||||
order: 2
|
||||
order: 3
|
||||
},
|
||||
children: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user