Browse Source

mod:useCheckInfo

panqiuyao 8 months ago
parent
commit
c33f6dd712
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/views/Photography/detail.vue

+ 1 - 1
frontend/src/views/Photography/detail.vue

@@ -209,7 +209,7 @@ import { Close, Warning } from '@element-plus/icons-vue'
 import LoadingDialog from '@/views/Photography/components/LoadingDialog.vue'
 
 
-import { useCheckInfo } from '@/composables/useCheckInfo';
+import { useCheckInfo } from '@/composables/userCheck';
 useCheckInfo();
 
 const showTips = ref(true)