|
@@ -335,9 +335,10 @@ export default {
|
|
|
window.open(`${item.path}=${encodeURIComponent(jm)}?form=${form}`,"_blank")
|
|
|
}
|
|
|
if(type == "2"){
|
|
|
- alert("跳转页面")
|
|
|
+ // alert("跳转页面")
|
|
|
// window.open(`${path}=${encodeURIComponent(jm)}?form=${form}&toPage=${to}`,"_blank")
|
|
|
- window.open(form)
|
|
|
+ // window.open(form)
|
|
|
+ location.href = `${path}=${encodeURIComponent(jm)}?form=${form}?toPage=${to}`
|
|
|
}
|
|
|
//#endif
|
|
|
//#ifdef APP-PLUS || MP-WEIXIN
|