ts

69 阅读1分钟
  • abstract模式 ssr服务端渲染 服务器没有浏览器 也就是说不能使用hash模式和history模式
  • onhashchage history.pushState
  • 在ssr环境下面,我们只能用abstract 只能模拟