This commit is contained in:
@@ -154,8 +154,16 @@ export default new Router({
|
||||
/* webpackChunkName: "ay-common" */ "./views/home-notifications.vue"
|
||||
)
|
||||
},
|
||||
// {
|
||||
// path: "/home-notify-direct/:userIdList?",
|
||||
// name: "home-notify-direct",
|
||||
// component: () =>
|
||||
// import(
|
||||
// /* webpackChunkName: "ay-common" */ "./views/home-notify-direct.vue"
|
||||
// )
|
||||
// },
|
||||
{
|
||||
path: "/home-notify-direct/:userIdList?",
|
||||
path: "/home-notify-direct",
|
||||
name: "home-notify-direct",
|
||||
component: () =>
|
||||
import(
|
||||
|
||||
Reference in New Issue
Block a user