## 列表頁面到詳情頁面
> 不能使用存儲數據方式進行存儲方式存儲
> 使用vue 當中的使用 history.pushState({}, "標題","路徑"); replaceState 只能更改路由。不改變更新內容
> 監聽
```
window.addEventListener('hashChange', function() {
console.log('kasfas')
});
window.addEventListener('popstate', function() {
console.log('kasfas')
});
```
#### 第二步
> 通過 iframe 進行加載出來,一定要 通過優化方法進行加載出來。
## 頁面