Browse Source

AI助手、微信登录调整

zhengjinyi 10 months ago
parent
commit
8f12d9e28c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/resources/static/js/base.js

+ 0 - 1
src/main/resources/static/js/base.js

@@ -32,7 +32,6 @@ if(localStorage.getItem('userInfo')){
     if(globalUserData){
         isShopIsOrder = globalUserData.shopIsOrder;
     }
-    console.log('isShopIsOrder',isShopIsOrder)
 } else {
     // const pathname = window.location.pathname;
     // const weChatLoginFlag = (Number(getBaseCookie("weChatAutoLogin")) === 1 || Number(getBaseCookie("weChatAutoLogin")) === 2);