This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
BPASmartClient
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
增加资源释放
样式分支
applelon
2 years ago
parent
4cb45560d0
commit
74bd4c2dda
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
BPASmartClient.Business/MainConsole.cs
+1
-1
BPASmartClient/App.config
+ 1
- 0
BPASmartClient.Business/MainConsole.cs
View File
@@ -38,6 +38,7 @@ namespace BPASmartClient.Business
/// </summary>
public void Stop()
{
Plugin.GetInstance().Dispose();
}
}
}
+ 1
- 1
BPASmartClient/App.config
View File
@@ -4,7 +4,7 @@
<!--通用配置-->
<!--测试服务 Consul 地址-->
<add key="ConsulAddress" value="http://111.9.47.105:9011/" />
<
!--<
add key="ConsulAddress" value="http://111.9.47.105:9011/" />
-->
<!--正式服务 Consul 地址-->
<!--<add key="ConsulAddress" value="http://162.14.105.138:9005" />-->
Write
Preview
Loading…
Cancel
Save