We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225b912 commit cc3421aCopy full SHA for cc3421a
src/common/security/ServerInfo.js
@@ -17,7 +17,7 @@ export class ServerInfo {
17
* @member SuperMap.ServerInfo.prototype.type -{ServerType}
18
* @description 服务器类型
19
*/
20
- this.type = null;
+ this.type = type;
21
22
/**
23
* @member SuperMap.ServerInfo.prototype.server -{string}
0 commit comments