future 1 년 전
부모
커밋
95e6b64698
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      assets/script/config.ts

+ 1 - 1
assets/script/config.ts

@@ -5,7 +5,7 @@ const { ccclass, property } = _decorator;
 export class config {
     static debug = true;
     static domain = "https://zcapi.xwrun.com";
-    static is_MAC_edit = true; //目前临时处理:如果是Mac并且浏览器打开了检查时设置为false,正式打包需要设置为true
+    static is_MAC_edit = false; //目前临时处理:如果是Mac并且浏览器打开了检查时设置为false,正式打包需要设置为true
     static select_res_and_control_type = {
         RES_TYPE:0,
         CONTROL_TYPE:1,