提交 4d3999a8 authored 作者: 周欢凯's avatar 周欢凯

更新展开按钮bug

上级 b46fab98
......@@ -24,6 +24,6 @@
# VITE_API_URL = /prod-api
VITE_API_URL = /api
# 线上环境部署
# VITE_WS_URL = 121.229.107.155:19021
VITE_WS_URL = 121.229.107.155:19021
# 本地环境部署
VITE_WS_URL = 127.0.0.1:19021
\ No newline at end of file
# VITE_WS_URL = 127.0.0.1:19021
\ No newline at end of file
No preview for this file type
......@@ -312,6 +312,10 @@ onMounted(() => {
{ label: '时间轴', enabled: useAppStoreInstance.isTimeLineShow, disabled: false },
{ label: '图例', enabled: useAppStoreInstance.islegendShow, disabled: false }
]
window.ue.interface.emitUIInteraction = (res) => {
subControls.value[1].enabled = false;
subControls.value[0].enabled = false;
}
});
onUnmounted(() => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论