Browse Source

展开静安样式

john 2 years ago
parent
commit
a13fd3ab46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/store/index.js

+ 1 - 1
src/store/index.js

@@ -214,7 +214,7 @@ const store = new Vuex.Store({
         commit('SET_APPID',appId);
 
         // let { groupId, mallId } =
-        if (!/CRM|PUDONG/.test(source)) {
+        if (!/CRM|PUDONG|JINGAN/.test(source)) {
           const groupIdAndMallId = getGroupIdAndMallIdByLsbId(lbsId);
           groupId = groupIdAndMallId.groupId;
           mallId = groupIdAndMallId.mallId;