Commit 8bc28407 authored by rockyl's avatar rockyl

轮训判断2或者4都为成功

parent 81f61b87
......@@ -204,6 +204,7 @@ export default class GameStage extends ScillaComponent {
if (this._orderStatus !== 0 && this._digFinishedCount === this._minerCount) {
switch (this._orderStatus) {
case 2:
case 4:
this.onDigEnd();
break;
case 1:
......
......@@ -16,7 +16,7 @@
"entryScene": "main"
},
"webServiceUrl-": "http://10.10.93.204:7555 http://localhost:3010",
"webServiceUrl": "http://localhost:3010"
"webServiceUrl": ""
},
"dataCenterConfig": {
"dataCenterRoot": [
......
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