diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 6c1f93d..b5014f6 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -4,31 +4,27 @@ "version" : "0.0", "configurations" : [ { - "app-plus" : - { - "launchtype" : "remote" - }, - "default" : - { - "launchtype" : "local" - }, - "h5" : - { - "launchtype" : "local" - }, - "mp-weixin" : - { - "launchtype" : "local" - }, - "provider" : "aliyun", - "type" : "uniCloud" + "app-plus" : { + "launchtype" : "remote" + }, + "default" : { + "launchtype" : "local" + }, + "h5" : { + "launchtype" : "local" + }, + "mp-weixin" : { + "launchtype" : "local" + }, + "provider" : "aliyun", + "type" : "uniCloud" }, { "playground" : "custom", "type" : "uni-app:app-ios" }, { - "playground" : "custom", + "playground" : "standard", "type" : "uni-app:app-android" }, { diff --git a/pages/component/commonComponents/video/index.vue b/pages/component/commonComponents/video/index.vue index f17d6c8..8a6de81 100644 --- a/pages/component/commonComponents/video/index.vue +++ b/pages/component/commonComponents/video/index.vue @@ -1,13 +1,27 @@