This commit is contained in:
2021-07-22 23:15:40 +00:00
parent 74b176671a
commit 14ac505be8
5 changed files with 27 additions and 27 deletions

View File

@@ -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(