File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -150,9 +150,9 @@ <h4 data-i18n="resources.title_onlineSecurity"></h4>
150
150
serverType : L . supermap . ServerType . ONLINE
151
151
} ) . getMapInfo ( function ( json ) {
152
152
if ( json . error ) {
153
- widgets . alert . showAlert ( JSON . stringify ( json . error ) , false ) ;
153
+ widgets . alert . showAlert ( JSON . stringify ( json . error ) , false , 700 ) ;
154
154
} else {
155
- widgets . alert . showAlert ( JSON . stringify ( json . result ) , true ) ;
155
+ widgets . alert . showAlert ( JSON . stringify ( json . result ) , true , 700 ) ;
156
156
}
157
157
} ) ;
158
158
}
Original file line number Diff line number Diff line change @@ -150,9 +150,9 @@ <h4 data-i18n="resources.title_onlineSecurity"></h4>
150
150
serverType : ol . supermap . ServerType . ONLINE
151
151
} ) . getMapInfo ( function ( json ) {
152
152
if ( json . error ) {
153
- widgets . alert . showAlert ( JSON . stringify ( json . error ) , false ) ;
153
+ widgets . alert . showAlert ( JSON . stringify ( json . error ) , false , 700 ) ;
154
154
} else {
155
- widgets . alert . showAlert ( JSON . stringify ( json . result ) , true ) ;
155
+ widgets . alert . showAlert ( JSON . stringify ( json . result ) , true , 700 ) ;
156
156
}
157
157
} ) ;
158
158
}
You can’t perform that action at this time.
0 commit comments