ソースを参照

修改统一应用2.0跳转方法

娄底高职分支
コミット
e0ca357e3a
1個のファイルの変更2行の追加2行の削除
  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 ファイルの表示

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


読み込み中…
キャンセル
保存