初始化
This commit is contained in:
@@ -380,8 +380,8 @@ export class WalkControlPanel implements IBimComponent {
|
||||
private getIconSVG(type: string): string {
|
||||
const icons: Record<string, string> = {
|
||||
'plan-view': getIcon('地图'),
|
||||
'path': getIcon('地图'),
|
||||
'walk': getIcon('漫游')
|
||||
'path': getIcon('路径漫游'),
|
||||
'walk': getIcon('第一人称漫游')
|
||||
};
|
||||
return icons[type] || '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user