pjax頁面切換監聽url變化

$(document).on('pjax:complete', function() {
  const url = location.href
  if (url.indexOf('/user/login') > -1) { // 匹配路由 執行相應代碼
    initStarsPage()
  }
})
相關文章
相關標籤/搜索