mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2026-02-04 07:53:11 +00:00
Compare commits
No commits in common. "2f02dd951f519d1969dc5ae9a95c5ddfdf1f6a1c" and "f276e9e2ea3f99e61add5f757e578cc6cb96b8fa" have entirely different histories.
2f02dd951f
...
f276e9e2ea
@ -1867,7 +1867,7 @@ export default {
|
||||
const base64Data = btoa(unescape(encodeURIComponent(jsonString)));
|
||||
|
||||
// 构建examaware://协议URL
|
||||
const ea2Url = `examaware://player?data=${encodeURIComponent(base64Data)}`;
|
||||
const ea2Url = `examaware://player?data=${base64Data}`;
|
||||
|
||||
// 尝试打开
|
||||
window.location.href = ea2Url;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user