浏览代码

debug=ture

future 1 年之前
父节点
当前提交
ce4c5a5dee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      assets/script/config.ts

+ 1 - 1
assets/script/config.ts

@@ -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";