flat: 暂存

This commit is contained in:
Apcallover
2024-03-31 16:52:37 +08:00
parent 302067761d
commit 3b5988351a
9 changed files with 393 additions and 44 deletions

View File

@@ -51,7 +51,11 @@ Vue.prototype.website = website;
// iconfontVersion.forEach(ele => {
// loadStyle(iconfontUrl.replace('$key', ele));
// });
// 睡眠函数
function sleep (time) {
return new Promise((resolve) => setTimeout(resolve, time))
}
Vue.prototype.$api = { sleep }
Vue.config.productionTip = false;
new Vue({router, store, i18n, render: h => h(App)}).$mount('#app')