@@ -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){