|
@@ -56,7 +56,9 @@ export default {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
// #ifdef H5
|
|
// #ifdef H5
|
|
- this.options.scene = window.atob(this.options.scene);
|
|
|
|
|
|
+ if (this.options.scene) {
|
|
|
|
+ this.options.scene = window.atob(this.options.scene);
|
|
|
|
+ }
|
|
// #endif
|
|
// #endif
|
|
|
|
|
|
if (this.options.scene) {
|
|
if (this.options.scene) {
|