Skip to content

Commit ecaf544

Browse files
committed
feat: update [email protected]
1 parent 1905b12 commit ecaf544

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

demos/with-vue2.6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"core-js": "^3.18.1",
13-
"ezuikit-js": "8.1.12-beta.2",
13+
"ezuikit-js": "8.1.14",
1414
"vue": "2.6.14",
1515
"vue-router": "3"
1616
},

demos/with-vue2.6/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/with-vue2.6/src/components/Player.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ export default {
3030
props: {
3131
msg: String,
3232
},
33-
mounted: () => {
34-
console.group("mounted 组件挂载完毕状态===============》");
33+
mounted() {
3534
this.init();
3635
},
3736
methods: {
@@ -49,7 +48,7 @@ export default {
4948
player = new EZUIKitPlayer({
5049
id: "video-container", // 视频容器ID
5150
accessToken:
52-
"at.2s5bel782emtho68ae31snumc1wuuioa-3d531vj77f-0gtnx7g-fddkee44e",
51+
"at.aw5w2pjo5qzpd0o07blbhl8e4tgrz9xm-58hpuns9dj-1csffwn-oelzubkb",
5352
url: "ezopen://open.ys7.com/BC7799091/1.hd.live",
5453
// simple: 极简版; pcLive: pc直播; pcRec: pc回放; mobileLive: 移动端直播; mobileRec: 移动端回放;security: 安防版; voice: 语音版;
5554
template: "pcLive",
@@ -60,7 +59,7 @@ export default {
6059
console.error("handleError", error);
6160
},
6261
// quality: 6, //
63-
// language: "en", // zh | en
62+
language: "en", // zh | en
6463
// staticPath: "/ezuikit_static", // 如果想使用本地静态资源,请复制根目录下ezuikit_static 到当前目录下, 然后设置该值
6564
env: {
6665
// https://open.ys7.com/help/1772?h=domain

0 commit comments

Comments
 (0)