|
@@ -82,8 +82,8 @@ export default {
|
|
|
if (query.groupId && query.groupId !== 'undefined') {
|
|
|
this.$store.commit('SET_GROUP_ID', query.groupId);
|
|
|
}
|
|
|
- if (query.mallid && query.mallid !== 'undefined') {
|
|
|
- this.$store.commit('SET_MALL_ID', query.mallid);
|
|
|
+ if (query.mallId && query.mallId !== 'undefined') {
|
|
|
+ this.$store.commit('SET_MALL_ID', query.mallId.replace('#/', ''));
|
|
|
}
|
|
|
// TODO true 需要取消
|
|
|
if (platform === 'micromessenger' && !kipAccessToken) {
|