@@ -3,7 +3,7 @@ const { ccclass, property } = _decorator;
@ccclass('config')
export class config {
- static debug = true
+ static debug = false
static is_zb = false
static gameName = "开局自行车";
static websocket_domain = config.debug?'wss://snakews.xwrun.com':"wss://snakews.hainanmlwl.com"