|
@@ -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);
|