liuqiao 9 月之前
父節點
當前提交
4637100527
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/home/index.vue

+ 0 - 1
src/views/home/index.vue

@@ -110,7 +110,6 @@ onMounted(() => {
       script.onload = () => {
         createUnityInstance(canvas, config, (progress) => {
           progressBarFull.style.width = 100 * progress + "%";
-          console.log(     progressBarFull.style.width);
         }).then((unityInstance) => {
           loadingBar.style.display = "none";