|
@@ -93,7 +93,7 @@ export class STopologyParser extends SParser {
|
|
|
item.selectable = true;
|
|
|
this.zoneLegendList.push(item);
|
|
|
}
|
|
|
- } else if (t.GraphElementType == 'x') {
|
|
|
+ } else if (t.GraphElementType == 'Image') {
|
|
|
if(t.Properties){
|
|
|
t.Properties.Url ? t.Properties.Url ='/glsms' + t.Properties.Url :t.Properties;
|
|
|
t.Properties.IconUrl ? t.Properties.IconUrl ='/glsms' + t.Properties.IconUrl :t.Properties
|