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);
|
uni.setStorageSync("userInfo", options.referrerInfo.extraData.userInfo);
|
||||||
//getApp({allowDefault: true}).globalData.apiHost = options.referrerInfo.extraData.apiHost;
|
//getApp({allowDefault: true}).globalData.apiHost = options.referrerInfo.extraData.apiHost;
|
||||||
}
|
}
|
||||||
if (
|
// if (
|
||||||
options &&
|
// options &&
|
||||||
options.referrerInfo.extraData &&
|
// options.referrerInfo.extraData &&
|
||||||
options.referrerInfo.extraData.targetPath
|
// options.referrerInfo.extraData.targetPath
|
||||||
) {
|
// ) {
|
||||||
uni.navigateTo({
|
// uni.navigateTo({
|
||||||
url: options.referrerInfo.extraData.targetPath,
|
// url: options.referrerInfo.extraData.targetPath,
|
||||||
});
|
// });
|
||||||
}
|
// }
|
||||||
|
|
||||||
console.log("app传递登录信息onLaunch-------------------");
|
console.log("app传递登录信息onLaunch-------------------");
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user