Browse Source

更新依赖,和租户处理

ZaiZai 2 năm trước cách đây
mục cha
commit
3157a29e5c
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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)