소스 검색

fix: yh238

ldong 3 달 전
부모
커밋
4731109735
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages-report/chapterDetail.vue

+ 1 - 1
pages-report/chapterDetail.vue

@@ -32,7 +32,7 @@ export default {
   },
   methods: {
     async init(options){
-	     this.url=''
+	    this.url=''
       if(options.scene){
         const res=await apiGetSceneToParams({scene_key:options.scene})
         if(res.code==200){