style:添加路径图的loading

This commit is contained in:
lixg
2022-11-07 18:25:47 +08:00
parent 3c116c185a
commit 0e93785409
3 changed files with 25 additions and 32 deletions

View File

@@ -1,3 +1,4 @@
function formatNumber(n) {
n = n.toString();
return n[1] ? n : "0" + n;
@@ -161,8 +162,12 @@ function autoComma(number) {
return 0;
}
}
const commonData={
timeout:50
}
export {
toDate,
getWeek,
autoComma,
commonData,
}