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>
150150 serverType : L . supermap . ServerType . ONLINE
151151 } ) . getMapInfo ( function ( json ) {
152152 if ( json . error ) {
153- widgets . alert . showAlert ( JSON . stringify ( json . error ) , false ) ;
153+ widgets . alert . showAlert ( JSON . stringify ( json . error ) , false , 700 ) ;
154154 } else {
155- widgets . alert . showAlert ( JSON . stringify ( json . result ) , true ) ;
155+ widgets . alert . showAlert ( JSON . stringify ( json . result ) , true , 700 ) ;
156156 }
157157 } ) ;
158158 }
Original file line number Diff line number Diff line change @@ -150,9 +150,9 @@ <h4 data-i18n="resources.title_onlineSecurity"></h4>
150150 serverType : ol . supermap . ServerType . ONLINE
151151 } ) . getMapInfo ( function ( json ) {
152152 if ( json . error ) {
153- widgets . alert . showAlert ( JSON . stringify ( json . error ) , false ) ;
153+ widgets . alert . showAlert ( JSON . stringify ( json . error ) , false , 700 ) ;
154154 } else {
155- widgets . alert . showAlert ( JSON . stringify ( json . result ) , true ) ;
155+ widgets . alert . showAlert ( JSON . stringify ( json . result ) , true , 700 ) ;
156156 }
157157 } ) ;
158158 }
You can’t perform that action at this time.
0 commit comments