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