john 2 жил өмнө
parent
commit
3341eb88ca
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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 ( source !== 'CRM' ) {
+        if ( !/CRM|PUDONG/.test(source)) {
           const groupIdAndMallId = getGroupIdAndMallIdByLsbId(lbsId);
           groupId = groupIdAndMallId.groupId;
           mallId = groupIdAndMallId.mallId;