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