support Notice
support Notice
This commit is contained in:
parent
6cadeba44f
commit
833501a4fa
7 changed files with 32 additions and 25 deletions
|
@ -176,6 +176,10 @@ const router = new VueRouter({
|
|||
{
|
||||
path: '/message',
|
||||
component: require('./routers/message.vue')
|
||||
},
|
||||
{
|
||||
path: '/notice',
|
||||
component: require('./routers/notice.vue')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue