Ver a proveniência

修改统一应用2.0跳转方法

娄底高职分支
ascendente
cometimento
e0ca357e3a
1 ficheiros alterados com 2 adições e 2 eliminações
  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 Ver ficheiro

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


Carregando…
Cancelar
Guardar