mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 16:02:52 +08:00
fix: 解决 getDetail 接口报错的问题
This commit is contained in:
@@ -182,6 +182,8 @@ export default {
|
||||
beforeRouteEnter(to, from, next) {
|
||||
/*当进入的时候清清除 localstorage 的内容*/
|
||||
;['saleInsuredInfo', 'saleInsuredPersonInfo', 'chooseProducts', "hint"].forEach(type => {
|
||||
/*添加 isFrom = sale */
|
||||
localStorage.setItem("isFrom", "sale")
|
||||
localStorage.removeItem(type)
|
||||
})
|
||||
next()
|
||||
|
||||
Reference in New Issue
Block a user