Live2d Test Env
摘要: 1 async downloadFun() { // 下载使用说明书 2 const InstructionManualvv = await InstructionManual(); 3 4 let blob = new Blob([InstructionManualvv.data], {type: 阅读全文
posted @ 2019-12-04 19:14 小猪(朱) 阅读(6922) 评论(0) 推荐(0) 编辑
摘要: 公共js: 1 export const disableBrowserBack = (param) => { 2 return (function () { 3 history.pushState(null, null, document.URL); 4 if (window.history && 阅读全文
posted @ 2019-12-04 17:32 小猪(朱) 阅读(582) 评论(0) 推荐(0) 编辑
摘要: 1 // 引入jq 2 mounted() { // 看好周期 3 disableBrowserBack(); 4 history.pushState(null, null, document.URL); 5 if (window.history && window.history.pushStat 阅读全文
posted @ 2019-12-04 17:06 小猪(朱) 阅读(1460) 评论(0) 推荐(0) 编辑