kongwenhao 8 months ago
parent
commit
39e5854ef8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      frontend/src/views/Photography/detail.vue

+ 2 - 0
frontend/src/views/Photography/detail.vue

@@ -187,6 +187,8 @@
 import { getCompanyTemplatesApi } from '@/apis/other'
 import tokenInfo from '@/stores/modules/token';
 import useUserInfo from "@/stores/modules/user";
+import { useRoute, useRouter } from 'vue-router'
+
 
 import { ElMessage, ElMessageBox } from 'element-plus'