Parcourir la source

更新依赖,和租户处理

ZaiZai il y a 2 ans
Parent
commit
3157a29e5c
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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)