浏览代码

加载进度 条显示修复

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