|
@@ -5,7 +5,7 @@ const { ccclass, property } = _decorator;
|
|
export class config {
|
|
export class config {
|
|
static debug = false
|
|
static debug = false
|
|
static gameName = "开局自行车";
|
|
static gameName = "开局自行车";
|
|
- public 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 = {
|
|
platform: "douyin",
|
|
platform: "douyin",
|
|
// platform: "wx"
|
|
// platform: "wx"
|