From 060f0e7a7cee54449577b237399521abcfeb246e Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期三, 23 八月 2023 15:23:52 +0800
Subject: [PATCH] U8接口相关功能

---
 src/main/webapp/views/home/map_edit.html |   87 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 87 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/home/map_edit.html b/src/main/webapp/views/home/map_edit.html
index 51917d7..d042949 100644
--- a/src/main/webapp/views/home/map_edit.html
+++ b/src/main/webapp/views/home/map_edit.html
@@ -234,6 +234,93 @@
                             })
                             continue
                         }
+
+                        if(j == 2 || j==5 || j==8 || j==11 || j==13 || j==16 || j== 18 || j== 21 || j== 24 || j== 27 || j== 29 || j== 32 ||
+                            j== 35 || j== 38 || j== 41 || j== 44 || j== 47 || j== 50){
+                            x.push({
+                                value: -1,
+                                data: '',
+                                top: 1000,
+                                bottom: 1000,
+                                left: 1000,
+                                right: 1000,
+                                x: i,
+                                y: j
+                            })
+                            continue
+                        }
+                        if(i==25 || i==58){
+                            x.push({
+                                value: -1,
+                                data: '',
+                                top: 1000,
+                                bottom: 1000,
+                                left: 1000,
+                                right: 1000,
+                                x: i,
+                                y: j
+                            })
+                            continue
+                        }
+
+                        if((j == 1 || j==3) && i <= 24){
+                            x.push({
+                                value: -1,
+                                data: '',
+                                top: 1000,
+                                bottom: 1000,
+                                left: 1000,
+                                right: 1000,
+                                x: i,
+                                y: j
+                            })
+                            continue
+                        }
+
+                        if(j == 4 && i <= 10){
+                            x.push({
+                                value: -1,
+                                data: '',
+                                top: 1000,
+                                bottom: 1000,
+                                left: 1000,
+                                right: 1000,
+                                x: i,
+                                y: j
+                            })
+                            continue
+                        }
+
+                        if((j==40 || j== 42) && i <= 37){
+                            x.push({
+                                value: -1,
+                                data: '',
+                                top: 1000,
+                                bottom: 1000,
+                                left: 1000,
+                                right: 1000,
+                                x: i,
+                                y: j
+                            })
+                            continue
+                        }
+
+                        if( j >= 43 && i <= 58){
+                            x.push({
+                                value: -1,
+                                data: '',
+                                top: 1000,
+                                bottom: 1000,
+                                left: 1000,
+                                right: 1000,
+                                x: i,
+                                y: j
+                            })
+                            continue
+                        }
+
+
+
                         // x.push(0)
                         x.push({
                             value: 0,

--
Gitblit v1.9.1