Quellcode durchsuchen

修改统一应用2.0跳转方法

娄底高职分支
Ursprung
Commit
e0ca357e3a
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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 Datei anzeigen

@@ -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))
})
})


Laden…
Abbrechen
Speichern