소스 검색

加载进度 条显示修复

liling 2 달 전
부모
커밋
a3715a2895
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/main/index.vue

+ 1 - 1
src/pages/main/index.vue

@@ -46,7 +46,7 @@ export default {
     },
     setup() {
         const loading_a1=ref(null);
-        const loadProgressValue=ref(1);//模型加载初始进度
+        const loadProgressValue=ref(0);//模型加载初始进度
         const EngineContent=ref(null);
         const reconnect=ref(false);
         const isShowIframeWin = ref(false);