Explorar el Código

Merge branch 'wj' of http://git.zonelife.cn:3000/zhangtao/city-gather-admin into wj

wenjie hace 2 semanas
padre
commit
51f732fab9
Se han modificado 2 ficheros con 0 adiciones y 3 borrados
  1. 0 2
      src/hooks/business/auth.ts
  2. 0 1
      src/views/manage/role/index.vue

+ 0 - 2
src/hooks/business/auth.ts

@@ -7,8 +7,6 @@ export function useAuth() {
     if (!authStore.isLogin) {
       return false;
     }
-    console.log(authStore.userInfo, 'authStore');
-
     if (typeof codes === 'string') {
       return authStore.userInfo.perms.includes(codes);
     }

+ 0 - 1
src/views/manage/role/index.vue

@@ -235,7 +235,6 @@ async function handleSubmitMenu() {
         key-field="value"
         checkable
         default-expand-all
-        cascade
         block-line
       />
     </BasicModal>