|
|
@ -34,7 +34,7 @@ export function createApp() { |
|
|
|
const logoImage = uni.getStorageSync('logoImage') || '' |
|
|
|
return { |
|
|
|
title: '欢迎体验'+(logoName), |
|
|
|
path: '/pages/component/home?shareId=' + (userInfo.shareId || ''), |
|
|
|
path: '/pages/index/index?shareId=' + (userInfo.id || ''), |
|
|
|
imageUrl: logoImage |
|
|
|
} |
|
|
|
}, |
|
|
@ -43,7 +43,7 @@ export function createApp() { |
|
|
|
const userInfo = uni.getStorageSync('userInfo') || {}; |
|
|
|
return { |
|
|
|
title: '欢迎体验'+(logoName), |
|
|
|
query: 'shareId=' + (userInfo.shareId || ''), |
|
|
|
query: 'shareId=' + (userInfo.id || ''), |
|
|
|
imageUrl: logoImage |
|
|
|
} |
|
|
|
} |
|
|
|