1111
This commit is contained in:
parent
da3659412d
commit
1785e9309e
18
App.vue
18
App.vue
@ -22,15 +22,15 @@ export default {
|
||||
uni.setStorageSync("userInfo", options.referrerInfo.extraData.userInfo);
|
||||
//getApp({allowDefault: true}).globalData.apiHost = options.referrerInfo.extraData.apiHost;
|
||||
}
|
||||
if (
|
||||
options &&
|
||||
options.referrerInfo.extraData &&
|
||||
options.referrerInfo.extraData.targetPath
|
||||
) {
|
||||
uni.navigateTo({
|
||||
url: options.referrerInfo.extraData.targetPath,
|
||||
});
|
||||
}
|
||||
// if (
|
||||
// options &&
|
||||
// options.referrerInfo.extraData &&
|
||||
// options.referrerInfo.extraData.targetPath
|
||||
// ) {
|
||||
// uni.navigateTo({
|
||||
// url: options.referrerInfo.extraData.targetPath,
|
||||
// });
|
||||
// }
|
||||
|
||||
console.log("app传递登录信息onLaunch-------------------");
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user