|
@@ -326,7 +326,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
onLoad(page) {
|
|
|
- const type = page?.type
|
|
|
+ const locationLocaturl = window.location.search
|
|
|
+ const type = getUrlParams(locationLocaturl, 'type')
|
|
|
if (type && type === 'jumpurl') {
|
|
|
const jumpurl = localStorage.getItem('jumpUrl')
|
|
|
if (jumpurl) {
|