Commit 29127b32 authored by wangwei's avatar wangwei

banner菜单添加

parent f4332714
<template>
</template>
<script>
export default {
name: "banner"
}
</script>
<style scoped>
</style>
......@@ -26,6 +26,7 @@ import help from '@/components/help'
import sysConfig from '@/components/system/sysConfig'
import autoReply from '@/components/weChat/autoReply'
import weChatResource from '@/components/weChat/weChatResource'
import banner from '@/components/system/banner'
Vue.use(Router);
......@@ -53,6 +54,10 @@ const router =new Router({
path: '/help',
name:'help',
component: help
},{
path: '/banner',
name:'banner',
component: banner
},{
path: '/weChatResource',
name:'weChatResource',
......
......@@ -135,6 +135,10 @@ export default [
value:'账号管理',
routerName:'admin',
path:'/admin'
},{
value:'Banner管理',
routerName:'banner',
path:'/banner'
},{
value:'角色管理',
routerName:'role',
......
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