Sfoglia il codice sorgente

删除无效代码

刘洋 2 anni fa
parent
commit
f128eb5d98
1 ha cambiato i file con 0 aggiunte e 8 eliminazioni
  1. 0 8
      src/components/MainLayout/MainLayout.vue

+ 0 - 8
src/components/MainLayout/MainLayout.vue

@@ -28,14 +28,6 @@ const customMenuLogo = computed(() =>
     ? store.QECSConfig.CUS_MENU_LOGO_FILE_URL
     : QM_LOGO
 );
-const bindUserQrcodeUrl = computed(() => {
-  const { rootOrgId, studentCodeList, identityNumber } = store.user;
-  return JSON.stringify({
-    rootOrgId,
-    studentCode: studentCodeList.join(),
-    identityNumber,
-  });
-});
 
 let appDownloadUrl = $ref("");
 let appEnable = $ref(false);