浏览代码

fix 缺陷修复

John-Hong 2 年之前
父节点
当前提交
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) {