|
@@ -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([])
|