瀏覽代碼

李扬服测试

zouyong 5 年之前
父節點
當前提交
2ec4cd15a3

+ 1 - 1
assets/resources/module/turnable/texture.meta

@@ -1,6 +1,6 @@
 {
   "ver": "1.1.2",
-  "uuid": "f8fd8bf9-c002-48a5-ba5c-289a3a9aaff0",
+  "uuid": "7823ff45-8958-4da1-a6ed-67a977c848a6",
   "isBundle": false,
   "bundleName": "",
   "priority": 1,

+ 2 - 2
assets/script/game/data/AppData.ts

@@ -13,9 +13,9 @@ export class AppData {
     public tfChannel: string = '';
 
     /** api版本 */
-    public version: string = '1.0.0';
+    public version: string = '1.0';
 
-    public appId: string = 'wx17e502b5f230fd9a';
+    public appId: string = 'wxef592f91d2d13355';
 
     public mac: string = 'c9:65:e2:1c:b0:23,f6:60:e4:1a:b7:27';
 

+ 3 - 0
assets/script/game/data/GameData.ts

@@ -103,6 +103,9 @@ export class GameData {
     }
 
     private initProps(data) {
+        if(data == null){
+            return;
+        }
         for (let key in data) {
             this.props.set(parseInt(key), JSON.parse(data[key]));
         }

+ 2 - 2
assets/script/game/data/HttpData.ts

@@ -5,7 +5,7 @@
 export class HttpData {
 
     /** 服务器类型 0测试服 1正式服 2李扬服 3悍国服 */
-    public serverType: number = 0;
+    public serverType: number = 2;
 
     public getServerUrl(): string {
         switch (this.serverType) {
@@ -27,6 +27,6 @@ export class HttpData {
 export enum ServerUrl {
     test = 'https://tafang-test.duiweize.com/', //测试服地址
     formal = '',    //正式服地址
-    liyang = 'http://172.16.15.231:9092/',  //李杨服地址
+    liyang = 'http://172.16.15.231:9162/',  //李杨服地址
     hanguo = 'http://172.16.15.167:9092/',  //悍国服地址
 }

+ 0 - 0
assets/script/game/module/game.meta → assets/script/game/game.meta


+ 0 - 0
assets/script/game/module/game/FunBtns.ts → assets/script/game/game/FunBtns.ts


+ 0 - 0
assets/script/game/module/game/FunBtns.ts.meta → assets/script/game/game/FunBtns.ts.meta


+ 0 - 0
assets/script/game/module/game/Game.ts → assets/script/game/game/Game.ts


+ 0 - 0
assets/script/game/module/game/Game.ts.meta → assets/script/game/game/Game.ts.meta