更新底部链接
This commit is contained in:
@@ -226,14 +226,12 @@ let getDetails = inject("getDetails") || null
|
||||
|
||||
// 打开详情页
|
||||
const goDetails = uniqid => {
|
||||
// return
|
||||
let path = route["path"] || ""
|
||||
if (path.indexOf("/details/") != -1) {
|
||||
clearAllData()
|
||||
nextTick(() => getDetails())
|
||||
}
|
||||
|
||||
// router.replace(`/details/${uniqid}`)
|
||||
goToURL(`/details/${uniqid}`, false)
|
||||
show.value = false
|
||||
MyPopupState.value = ""
|
||||
|
||||
Reference in New Issue
Block a user