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 = () => {
       script.onload = () => {
         createUnityInstance(canvas, config, (progress) => {
         createUnityInstance(canvas, config, (progress) => {
           progressBarFull.style.width = 100 * progress + "%";
           progressBarFull.style.width = 100 * progress + "%";
-          console.log(     progressBarFull.style.width);
         }).then((unityInstance) => {
         }).then((unityInstance) => {
           loadingBar.style.display = "none";
           loadingBar.style.display = "none";