@@ -158,7 +158,7 @@ function open_4dkankan(url, sceneNum) {
console.log(r)
if (r.code == 0) {
// 获取start_url成功后执行
- newTab.location.href = url + '&token=' + r.data
+ newTab.location.href = url + '&menu=business&token=' + r.data
// window.open(url.toString())
} else {
alert(r.msg)
@@ -162,7 +162,7 @@ function open_4dkankan(url, sceneNum) {
successCallback: function (r) {
},
})