浏览代码

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

wenjie 2 周之前
父节点
当前提交
51f732fab9
共有 2 个文件被更改,包括 0 次插入3 次删除
  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>