소스 검색

更新依赖,和租户处理

ZaiZai 2 년 전
부모
커밋
3157a29e5c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/layout/modules/MenuBar.vue

+ 1 - 2
src/layout/modules/MenuBar.vue

@@ -68,8 +68,7 @@ const MenuClick = async (item) => {
                 domain = url ? url : item?.path
             }
         }
-        console.log(domain)
-        //window.open(domain + '/#/auth?token=' + token, '_blank')
+        window.open(domain + '/#/auth?token=' + token, '_blank')
     } else {
         curKey.value = item?.code || '';
         emit('change', item)