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

update

parent 931c6f91
......@@ -311,6 +311,7 @@
<run>${run}</run>
<maxRetryCount>0</maxRetryCount>
<ServiceDoctor>false</ServiceDoctor>
<Server>false</Server>
</systemPropertyVariables>
</configuration>
......
......@@ -60,7 +60,7 @@ public class DuibaBaseUi extends DuibaBase{
public final void screenshot() throws IOException {
boolean ev=Boolean.parseBoolean(System.getProperty("ServiceDoctor"));
boolean ev=Boolean.parseBoolean(System.getProperty("server"));
String path=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