John-Hong 2 жил өмнө
parent
commit
fc4ed128f9
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  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) {