Skip to content

Commit cc3421a

Browse files
committed
fixUT
1 parent 225b912 commit cc3421a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/security/ServerInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class ServerInfo {
1717
* @member SuperMap.ServerInfo.prototype.type -{ServerType}
1818
* @description 服务器类型
1919
*/
20-
this.type = null;
20+
this.type = type;
2121

2222
/**
2323
* @member SuperMap.ServerInfo.prototype.server -{string}

0 commit comments

Comments
 (0)