Commit fa70b206 authored by wangwei's avatar wangwei

Merge branch 'development' into myBranch

parents f69b9d7a 1306e0ba
<template>
<div>
来源码管理
</div>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>
......@@ -326,6 +326,17 @@ export default [
component: e=>require(['@/components/externalLaunch'],e),
}
},
{
value:'来源码管理',
routerName:'sourceManage',
path:'/sourceManage',
cover:'10-1',
router:{
path: '/sourceManage',
name:'sourceManage',
component: e=>require(['@/components/sourceManage'],e),
}
},
]
},
{
......
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