Przeglądaj źródła

优化小程序码打不开

张田田 1 miesiąc temu
rodzic
commit
2196831b8b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/pages/index/system/institution.vue

+ 1 - 1
src/pages/index/system/institution.vue

@@ -5,7 +5,7 @@ import { type InstitutionModel, type InstitutionQuery } from '@/model/system.mod
 import { branchMethod, institutionMethod, deleteInstitutionMethod } from '@/request/api/system.api';
 import { usePagination, useRequest } from 'alova/client';
 import { notification } from 'ant-design-vue';
-
+import UserQRCode from '@/components/UserQRCode.vue';
 import { VxeButton, type VxeFormListeners, type VxeFormProps, type VxeGridInstance, type VxeGridListeners, type VxeGridProps, VxeUI } from 'vxe-pc-ui';
 
 const { data: branch, loading: branchLoading } = useRequest(branchMethod(0, 1, 1));