Browse Source

fix 缺陷修复

John-Hong 2 years ago
parent
commit
fc4ed128f9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/App.vue

+ 2 - 2
src/App.vue

@@ -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) {