�����Ѳ�ҵ�������������������
== 2026/4/23 15:44:26 == 热度 214
e {
resolve(window[id].default)
}
})
})
}
// ��������������
const parseRobot = (ele) =〉 {
const { dataType, dataProps, dataComurl, dataStyle, dataVersion } = getDomAttrData(ele);
const props = JSON.parse(decodeURIComponent(dataProps));
const style = JSON.parse(decodeURIComponent(dataStyle));
// �ж��Ƿ���limit��Ⱦ��
if (!checkLimitCom(dataType)) {
return;
}
const id = `¥{dataType}_index@¥{dataVersion}`;
getComponent(id, dataComurl).then((com) =〉 {
const placeholder = document.createElement(div);
placeholder.className = robot-visual-container;
ele.replaceWith(placeholder);
const comInstance = new Vue({
el: placeholder,
render: h =〉 h(div, { attr: { id: robotVisual }, style }, [
h(com, { props })
])
}).¥mount();
=*=*=*=*=*=
当前为第26/28页
下一页-上一页-
=*=*=*=*=*=
返回新闻列表
返回网站首页