Browse Source

修改统一应用2.0跳转方法

娄底高职分支
parent
commit
e0ca357e3a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/SSO/MyApp20/attestation.vue

+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/SSO/MyApp20/attestation.vue View File

@@ -60,7 +60,7 @@
gotolist() {
let _this = this
const { appid } = this
console.log(appid)
// console.log(appid)
this.HTTP_GET(
'quanjiang/sso/goto20', {
appid
@@ -71,7 +71,7 @@
FInterfaceUrl:res.FInterfaceUrl,
FName:this.FName
}
uni.navigateTo({
uni.redirectTo({
url:`/pages/SSO/MyApp/listview?data=`+ encodeURIComponent(JSON.stringify(option))
})
})


Loading…
Cancel
Save