dzduole 16 小時之前
父節點
當前提交
6bb13058e1
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      client/laya/bin/js/bundle.js
  2. 0 0
      client/laya/bin/js/bundle.js.map
  3. 1 1
      client/laya/src/core/mgrs/HttpMgr.ts

+ 1 - 1
client/laya/bin/js/bundle.js

@@ -854,7 +854,7 @@
 
     class HttpMgr {
         constructor() {
-            this.isDev = true;
+            this.isDev = false;
             HttpMgr._instance = this;
         }
         static getInstance() {

文件差異過大導致無法顯示
+ 0 - 0
client/laya/bin/js/bundle.js.map


+ 1 - 1
client/laya/src/core/mgrs/HttpMgr.ts

@@ -50,7 +50,7 @@ export class HttpMgr {
     }
 
 
-    private isDev: boolean = true;//是否是开发环境
+    private isDev: boolean = false;//是否是开发环境
     public getReqData() {
         let reqData = JSON.stringify({
             gameName: "TQ",

部分文件因文件數量過多而無法顯示