[add] 新增萤石摄像头抓拍相关逻辑,获取方阵内光伏板、桩点支柱立架、箱变、逆变器地理信息接口
This commit is contained in:
@ -55,6 +55,10 @@ const theme = computed(() => useSettingsStore().theme);
|
||||
watch(route, () => {
|
||||
addTags();
|
||||
moveToCurrentTag();
|
||||
//记录超过五个就删除第二个
|
||||
if (visitedViews.value?.length > 6) {
|
||||
closeSelectedTag(visitedViews.value[1]);
|
||||
}
|
||||
});
|
||||
watch(visible, (value) => {
|
||||
if (value) {
|
||||
|
Reference in New Issue
Block a user