Browse Source

隐藏输出

duy 1 month ago
parent
commit
1311d763a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/btn-auth.js

+ 1 - 1
src/utils/btn-auth.js

@@ -11,7 +11,7 @@ const store = useAppStore(pinia)
 export const btnAuth = (key) => {
     try {
         const info = store.getButtonsVal(key)
-        console.log(info)
+       
         return !!getObjVal(info)
     } catch {
         return false