yujinwen 4 mesi fa
parent
commit
08fdaeab23
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      src/views/report/Detail.vue
  2. 1 1
      src/views/report/PDF.vue

+ 1 - 1
src/views/report/Detail.vue

@@ -24,7 +24,7 @@ const reportInfo = ref(null)
 const reportContent = ref('')
 const isFollowed = ref(false)
 const authorInfo=ref(null)
-const isLogin=ref(false)
+const isLogin=ref(true)
 const riskLevelStatus=ref('')//expired过期的 unTest未测评 unMatch风险等级不匹配
 const headImgStyle = ref([])
 const endImgStyle = ref([])

+ 1 - 1
src/views/report/PDF.vue

@@ -23,7 +23,7 @@ const defaultImg = new URL(`@/assets/imgs/default-author.png`, import.meta.url).
 const reportId = route.query.reportid
 const reportInfo = ref(null)
 const isFollowed = ref(false)
-const isLogin=ref(false)
+const isLogin=ref(true)
 const riskLevelStatus=ref('')//expired过期的 unTest未测评 unMatch风险等级不匹配
 async function getReportInfo() {
   //获取研报详情