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";