Browse Source

暂时注释

lifanagju_citu 10 tháng trước cách đây
mục cha
commit
bca73feca6
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/layout/company/navBar.vue

+ 2 - 0
src/layout/company/navBar.vue

@@ -185,8 +185,10 @@ const handleToAnotherEnterpriseSubmit = async () => {
   localStorage.setItem('loginType', 'enterprise')
 }
 
+const test = ref(false)
 // 企业列表
 const getEnterpriseListData = async () => {
+  if (!test.value) return
   const data = await getUserBindEnterpriseList() // 申请通过才有数据,否则空数组
   enterpriseList.value = data || []
 }