Commit d687c172 authored by 程恺文's avatar 程恺文

修改

parent 98a77e09
......@@ -23,7 +23,7 @@ class App extends React.Component {
this.create(this.refs[`myVideo` + VideoInfo.id], `key`, JessibucaObj);
setTimeout(() => {
let code = window.independence ? window.siteCode : window.globalConfig?.userInfo?.site;
let siteInfo = !code ? '' : `?Civ_Site=${code}&&_site=${code}`;
let siteInfo = !code ? '' : `?_site=${code}`;
this.play(VideoInfo.url + `/${VideoInfo.dataRate == 'Sub' ? 2 : 1}${siteInfo}`, `key`);
}, 10);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment