摘要:
1 async downloadFun() { // 下载使用说明书 2 const InstructionManualvv = await InstructionManual(); 3 4 let blob = new Blob([InstructionManualvv.data], {type: 阅读全文
摘要:
公共js: 1 export const disableBrowserBack = (param) => { 2 return (function () { 3 history.pushState(null, null, document.URL); 4 if (window.history && 阅读全文
摘要:
1 // 引入jq 2 mounted() { // 看好周期 3 disableBrowserBack(); 4 history.pushState(null, null, document.URL); 5 if (window.history && window.history.pushStat 阅读全文