Explorar el Código

优化小程序码打不开

张田田 hace 1 mes
padre
commit
2196831b8b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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));