|
@@ -2,7 +2,7 @@ import { _decorator } from 'cc';
|
|
|
const { ccclass, property } = _decorator;
|
|
|
|
|
|
export class config {
|
|
|
- static debug = false;
|
|
|
+ static debug = true;
|
|
|
static domain = config.debug ? "https://zcapi.xwrun.com" : "https://zcapi.hainanmlwl.com";
|
|
|
static static_domain = config.debug ? "https://zcapi.xwrun.com" : "https://zaoca.oss-cn-beijing.aliyuncs.com";
|
|
|
static statistics_domain = config.debug ? "http://logads.xwrun.com" : "https://logads.hainanmlwl.com";
|