Xxxu
2020-07-07 4f953ffc89fc95f83b152e914c5e65938b440f17
static/web/loading/loading.js
对比新文件
@@ -0,0 +1,9 @@
/**
 * 鍔犺浇鍔ㄧ敾琛ㄧ幇js
 */
;(function () {
  document.getElementById("loader").style.display = 'block'
  window.onload = function () {
    document.getElementById("loader").style.display = 'none'
  }
})();