support Notice

support Notice
This commit is contained in:
梁灏 2017-03-09 22:32:57 +08:00
parent 6cadeba44f
commit 833501a4fa
7 changed files with 32 additions and 25 deletions

View file

@ -176,6 +176,10 @@ const router = new VueRouter({
{
path: '/message',
component: require('./routers/message.vue')
},
{
path: '/notice',
component: require('./routers/notice.vue')
}
]
});