|
@@ -6,7 +6,7 @@ export default {
|
|
|
// 可全局覆盖的默认参数
|
|
|
shareConfig: {
|
|
|
title: '金邻助家-着力打造全国居家服务行业标准和建立综合信用评价体系',
|
|
|
- path: `/pages/login?scene=${uni.getStorageSync('userType')}:${uni.getStorageSync('userId')}`,
|
|
|
+ path: `/pages/login?scene=${(1)}:${uni.getStorageSync('userId')}`,
|
|
|
// path:'/pages/index',
|
|
|
// imageUrl: '/static/serverImg/mine/user.png',
|
|
|
imageUrl:''
|
|
@@ -29,7 +29,7 @@ export default {
|
|
|
onShareTimeline() {
|
|
|
return {
|
|
|
title: this.shareConfig.title,
|
|
|
- query: `scene=${uni.getStorageSync('userType')}:${uni.getStorageSync('userId')}`,
|
|
|
+ query: `scene=${(1)}:${uni.getStorageSync('userId')}`,
|
|
|
// query:``,
|
|
|
imageUrl: this.shareConfig.imageUrl
|
|
|
}
|