|
@@ -45,7 +45,7 @@ class JsonRpcProxy {
|
|
|
/// 平台服务
|
|
|
PlatformService get platform {
|
|
|
if (_platformService == null)
|
|
|
- _platformService = PlatformService(platformHost);
|
|
|
+ _platformService = PlatformService("http://$platformHost");
|
|
|
return _platformService!;
|
|
|
}
|
|
|
*******Separator******
|