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