|
@@ -285,9 +285,14 @@ function navItemClick(item) {
|
|
|
form:"SAAS_mob"
|
|
|
}
|
|
|
var jm = encrypt(JSON.stringify(params))
|
|
|
- uni.navigateTo({
|
|
|
- url: `/pages/common/webview/index?url=${item.path}=${encodeURIComponent(jm)}&urlF=https://manager.usky.cn/mobile/#/`,
|
|
|
- });
|
|
|
+ //#ifdef H5
|
|
|
+ window.open(`${item.path}=${encodeURIComponent(jm)}?urlF=https://manager.usky.cn/mobile/#/`)
|
|
|
+ //#endif
|
|
|
+ //#ifdef APP-PLUS || MP-WEIXIN
|
|
|
+ uni.navigateTo({
|
|
|
+ url: `/pages/common/webview/index?url=${item.path}=${encodeURIComponent(jm)}?urlF=https://manager.usky.cn/mobile/#/`,
|
|
|
+ });
|
|
|
+ //#endif
|
|
|
}else{
|
|
|
uni.navigateTo({
|
|
|
url: "/pages/common/webview/index?url=" + item.path,
|