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