李云瑞 1 vuosi sitten
vanhempi
commit
f51b946e35

+ 50 - 0
jeecg-module-demo/src/main/java/org/jeecg/modules/demo/mock/json/graphreport_chart.json

@@ -0,0 +1,50 @@
+{
+	"status": 200,
+	"success": true,
+	"message": "ok",
+	"result": {
+		"data": [
+			{
+				"id": 0,
+				"x": "1",
+				"y": 889
+			},
+			{
+				"id": 1,
+				"x": "2",
+				"y": 341
+			},
+			{
+				"id": 2,
+				"x": "3",
+				"y": 1028
+			},
+			{
+				"id": 3,
+				"x": "4",
+				"y": 1168
+			},
+			{
+				"id": 4,
+				"x": "5",
+				"y": 653
+			},
+			{
+				"id": 5,
+				"x": "6",
+				"y": 863
+			},
+			{
+				"id": 6,
+				"x": "7",
+				"y": 421
+			},
+			{
+				"id": 7,
+				"x": "8",
+				"y": 1320
+			}
+		]
+	},
+	"timestamp": 1554950583837
+}

+ 57 - 0
jeecg-module-demo/src/main/resources/static/bigscreen/template2/js/layer/layim/data/group.json

@@ -0,0 +1,57 @@
+{
+    "status": 1,
+    "msg": "ok",
+    "data": [
+        {
+            "name": "H+交流群",
+            "nums": 36,
+            "id": 1,
+            "item": [
+                {
+                    "id": "101",
+                    "name": "H+ Bug反馈",
+                    "face": "http://tp2.sinaimg.cn/2211874245/180/40050524279/0"
+                },
+                {
+                    "id": "102",
+                    "name": "H+ 技术交流",
+                    "face": "http://tp3.sinaimg.cn/1820711170/180/1286855219/1"
+                }
+            ]
+        },
+        {
+            "name": "Bootstrap",
+            "nums": 16,
+            "id": 2,
+            "item": [
+                {
+                    "id": "103",
+                    "name": "Bootstrap中文",
+                    "face": "http://tp2.sinaimg.cn/2211874245/180/40050524279/0"
+                },
+                {
+                    "id": "104",
+                    "name": "Bootstrap资源",
+                    "face": "http://tp3.sinaimg.cn/1820711170/180/1286855219/1"
+                }
+            ]
+        },
+        {
+            "name": "WebApp",
+            "nums": 106,
+            "id": 3,
+            "item": [
+                {
+                    "id": "105",
+                    "name": "移动开发",
+                    "face": "http://tp2.sinaimg.cn/2211874245/180/40050524279/0"
+                },
+                {
+                    "id": "106",
+                    "name": "H5前言",
+                    "face": "http://tp3.sinaimg.cn/1820711170/180/1286855219/1"
+                }
+            ]
+        }
+    ]
+}

+ 56 - 0
jeecg-module-demo/src/main/resources/static/bigscreen/template2/js/layer/layim/data/groups.json

@@ -0,0 +1,56 @@
+{
+    "status": 1,
+    "msg": "ok",
+    "data": [
+        {
+            "id": "100001",
+            "name": "無言的蒁説",
+            "face": "img/a1.jpg"
+        },
+        {
+            "id": "100002",
+            "name": "婷宝奢侈品",
+            "face": "img/a2.jpg"
+        },
+        {
+            "id": "100003",
+            "name": "忆恨思爱",
+            "face": "img/a3.jpg"
+        },
+        {
+            "id": "100004",
+            "name": "天涯奥拓慢",
+            "face": "img/a4.jpg"
+        },
+        {
+            "id": "100005",
+            "name": "雨落无声的天空",
+            "face": "img/a5.jpg"
+        },
+        {
+            "id": "100006",
+            "name": "李越LycorisRadiate",
+            "face": "img/a6.jpg"
+        },
+        {
+            "id": "100007",
+            "name": "冯胖妞张直丑",
+            "face": "img/a7.jpg"
+        },
+        {
+            "id": "100008",
+            "name": "陈龙hmmm",
+            "face": "img/a8.jpg"
+        },
+        {
+            "id": "100009",
+            "name": "别闹哥胆儿小",
+            "face": "img/a9.jpg"
+        },
+        {
+            "id": "100010",
+            "name": "锅锅锅锅萌哒哒 ",
+            "face": "img/a10.jpg"
+        }
+    ]
+}

+ 50 - 0
jeecg-module-demo/target/classes/org/jeecg/modules/demo/mock/json/graphreport_chart.json

@@ -0,0 +1,50 @@
+{
+	"status": 200,
+	"success": true,
+	"message": "ok",
+	"result": {
+		"data": [
+			{
+				"id": 0,
+				"x": "1",
+				"y": 889
+			},
+			{
+				"id": 1,
+				"x": "2",
+				"y": 341
+			},
+			{
+				"id": 2,
+				"x": "3",
+				"y": 1028
+			},
+			{
+				"id": 3,
+				"x": "4",
+				"y": 1168
+			},
+			{
+				"id": 4,
+				"x": "5",
+				"y": 653
+			},
+			{
+				"id": 5,
+				"x": "6",
+				"y": 863
+			},
+			{
+				"id": 6,
+				"x": "7",
+				"y": 421
+			},
+			{
+				"id": 7,
+				"x": "8",
+				"y": 1320
+			}
+		]
+	},
+	"timestamp": 1554950583837
+}

+ 57 - 0
jeecg-module-demo/target/classes/static/bigscreen/template2/js/layer/layim/data/group.json

@@ -0,0 +1,57 @@
+{
+    "status": 1,
+    "msg": "ok",
+    "data": [
+        {
+            "name": "H+交流群",
+            "nums": 36,
+            "id": 1,
+            "item": [
+                {
+                    "id": "101",
+                    "name": "H+ Bug反馈",
+                    "face": "http://tp2.sinaimg.cn/2211874245/180/40050524279/0"
+                },
+                {
+                    "id": "102",
+                    "name": "H+ 技术交流",
+                    "face": "http://tp3.sinaimg.cn/1820711170/180/1286855219/1"
+                }
+            ]
+        },
+        {
+            "name": "Bootstrap",
+            "nums": 16,
+            "id": 2,
+            "item": [
+                {
+                    "id": "103",
+                    "name": "Bootstrap中文",
+                    "face": "http://tp2.sinaimg.cn/2211874245/180/40050524279/0"
+                },
+                {
+                    "id": "104",
+                    "name": "Bootstrap资源",
+                    "face": "http://tp3.sinaimg.cn/1820711170/180/1286855219/1"
+                }
+            ]
+        },
+        {
+            "name": "WebApp",
+            "nums": 106,
+            "id": 3,
+            "item": [
+                {
+                    "id": "105",
+                    "name": "移动开发",
+                    "face": "http://tp2.sinaimg.cn/2211874245/180/40050524279/0"
+                },
+                {
+                    "id": "106",
+                    "name": "H5前言",
+                    "face": "http://tp3.sinaimg.cn/1820711170/180/1286855219/1"
+                }
+            ]
+        }
+    ]
+}

+ 56 - 0
jeecg-module-demo/target/classes/static/bigscreen/template2/js/layer/layim/data/groups.json

@@ -0,0 +1,56 @@
+{
+    "status": 1,
+    "msg": "ok",
+    "data": [
+        {
+            "id": "100001",
+            "name": "無言的蒁説",
+            "face": "img/a1.jpg"
+        },
+        {
+            "id": "100002",
+            "name": "婷宝奢侈品",
+            "face": "img/a2.jpg"
+        },
+        {
+            "id": "100003",
+            "name": "忆恨思爱",
+            "face": "img/a3.jpg"
+        },
+        {
+            "id": "100004",
+            "name": "天涯奥拓慢",
+            "face": "img/a4.jpg"
+        },
+        {
+            "id": "100005",
+            "name": "雨落无声的天空",
+            "face": "img/a5.jpg"
+        },
+        {
+            "id": "100006",
+            "name": "李越LycorisRadiate",
+            "face": "img/a6.jpg"
+        },
+        {
+            "id": "100007",
+            "name": "冯胖妞张直丑",
+            "face": "img/a7.jpg"
+        },
+        {
+            "id": "100008",
+            "name": "陈龙hmmm",
+            "face": "img/a8.jpg"
+        },
+        {
+            "id": "100009",
+            "name": "别闹哥胆儿小",
+            "face": "img/a9.jpg"
+        },
+        {
+            "id": "100010",
+            "name": "锅锅锅锅萌哒哒 ",
+            "face": "img/a10.jpg"
+        }
+    ]
+}

BIN
jeecg-module-system/jeecg-system-biz/target/classes/static/generic/web/images/grabbing.cur