Browse Source

fix: yh238

ldong 3 months ago
parent
commit
4731109735
1 changed files with 1 additions and 1 deletions
  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){