|
|
发表于
2026-1-12 12:15:41
来自手机
|
显示全部楼层
来自 陕西
本帖最后由 青春向上 于 2026-1-12 12:17 编辑
so easy~
节选:
- // 去除旧版本更新检测 AppUtils.isNewVersionNew = () => true AppUtils.isNewVersion = () => true // 强制通过app检测 AppUtils.isChaoXingStudy = () => true if (window.checkClientSignatureSupport) { // 降级使用旧版本跳转页面,适配旧版本 try { checkClientSignatureSupport = () => false } catch (error) { console.log(e) } }
复制代码
详细代码见:
https://github.com/qcxs/chaoxing
中app.js |
|