Commit 83ec4fa9 authored by 马博's avatar 马博

update

parent 931c6f91
...@@ -311,6 +311,7 @@ ...@@ -311,6 +311,7 @@
<run>${run}</run> <run>${run}</run>
<maxRetryCount>0</maxRetryCount> <maxRetryCount>0</maxRetryCount>
<ServiceDoctor>false</ServiceDoctor> <ServiceDoctor>false</ServiceDoctor>
<Server>false</Server>
</systemPropertyVariables> </systemPropertyVariables>
</configuration> </configuration>
......
...@@ -60,7 +60,7 @@ public class DuibaBaseUi extends DuibaBase{ ...@@ -60,7 +60,7 @@ public class DuibaBaseUi extends DuibaBase{
public final void screenshot() throws IOException { public final void screenshot() throws IOException {
boolean ev=Boolean.parseBoolean(System.getProperty("ServiceDoctor")); boolean ev=Boolean.parseBoolean(System.getProperty("server"));
String path=null; String path=null;
String url=null; String url=null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment