no message
Former-commit-id: 2f0e89f79c810259b35a41ccc7154b3175f720ff Former-commit-id: a4cd4ece7a84af6ac9f8119c7477a8ff791c8c19 Former-commit-id: 1fc16ba9b768d02046972a7da5c4ff3b4ae74a43
This commit is contained in:
@@ -218,6 +218,23 @@ export const menu = {
|
||||
component: resolve => { require(['@/pages/demo/plugins/timeago/demo.vue'], resolve) }
|
||||
}
|
||||
]
|
||||
},
|
||||
// 多环境发布
|
||||
{
|
||||
title: '多环境发布',
|
||||
icon: 'paper-plane',
|
||||
children: [
|
||||
{
|
||||
title: '检验环境',
|
||||
icon: 'file-o',
|
||||
path: 'build',
|
||||
name: 'demo-plugins-build',
|
||||
meta: {
|
||||
requiresAuth: true
|
||||
},
|
||||
component: resolve => { require(['@/pages/demo/plugins/build/index.vue'], resolve) }
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user