初始化接口绑定完全完成
This commit is contained in:
@@ -87,8 +87,12 @@ async function handleMounted() {
|
||||
|
||||
//加载HDR背景图片
|
||||
demo.loadBackground(hdrLoader, backColorSet);
|
||||
console.log("xxxx", params.tunnelId);
|
||||
const text = await store.initData(params.tunnelId);
|
||||
watch(
|
||||
() => params.tunnelId,
|
||||
async () => {
|
||||
const text = await store.initData(params.tunnelId);
|
||||
}
|
||||
);
|
||||
// 初始化设备模型
|
||||
try {
|
||||
const map = new Map();
|
||||
|
||||
Reference in New Issue
Block a user