Procházet zdrojové kódy

修复蜂鸟解析器问题

haojianlong před 5 roky
rodič
revize
eb3e073b62

+ 2 - 2
saga-web-fengmap/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@saga-web/feng-map",
-    "version": "1.0.9",
+    "version": "1.0.10",
     "description": "上格云Web平面图。",
     "main": "lib/index.js",
     "types": "lib/index.d.js",
@@ -32,6 +32,6 @@
         "typescript": "^3.9.3"
     },
     "dependencies": {
-        "@saga-web/big": "1.0.35"
+        "@saga-web/big": "1.0.39"
     }
 }

+ 1 - 0
saga-web-fengmap/src/parser/SFengParser.ts

@@ -260,6 +260,7 @@ export class SFengParser extends SParser {
             groupId = this.gnameToGid[groupId];
             if (!groupId) {
                 _fn({ err: "楼层不正确" });
+                return;
             }
             // 切换至当前楼层才可查询
             this.fmap.focusGroupID = groupId;