Merge branch 'master' of http://192.168.1.136:82/monitor_v3/hg-monitor-web
Showing
3 changed files
with
3 additions
and
3 deletions
@@ -3178,7 +3178,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele | @@ -3178,7 +3178,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele | ||
3178 | var $content = $(`#${targetId}`).clone(); | 3178 | var $content = $(`#${targetId}`).clone(); |
3179 | $content.find('[lay-tips]').removeAttr('lay-tips'); | 3179 | $content.find('[lay-tips]').removeAttr('lay-tips'); |
3180 | 3180 | ||
3181 | - detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that,{area:[w, 'auto'],time:0, tips: [direction], tipsMore: true}); | 3181 | + detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that,{id: 'base-info-tips', area:[w, 'auto'],time:0, tips: [direction], tipsMore: true}); |
3182 | window.detailTips = detailTips; | 3182 | window.detailTips = detailTips; |
3183 | }); | 3183 | }); |
3184 | // ,function () { | 3184 | // ,function () { |
@@ -91,7 +91,7 @@ layui.define(['table', 'form', 'laydate', 'common','sessions','xmSelect','laydat | @@ -91,7 +91,7 @@ layui.define(['table', 'form', 'laydate', 'common','sessions','xmSelect','laydat | ||
91 | }, | 91 | }, |
92 | height: 'auto', | 92 | height: 'auto', |
93 | data(){ | 93 | data(){ |
94 | - return [{name:"root",value:"root",disabled: true,children:listData}] | 94 | + return [{name: "root", value: "root", children: listData}] |
95 | } | 95 | } |
96 | }) | 96 | }) |
97 | 97 |
@@ -12,7 +12,7 @@ server: | @@ -12,7 +12,7 @@ server: | ||
12 | key-store-password: Hg0801.. | 12 | key-store-password: Hg0801.. |
13 | key-password: Hg0801.. | 13 | key-password: Hg0801.. |
14 | url: | 14 | url: |
15 | - gateway: http://192.168.0.41:8080 | 15 | + gateway: http://127.0.0.1:8080 |
16 | inspection_web: http://127.0.0.1:8082 | 16 | inspection_web: http://127.0.0.1:8082 |
17 | assetsweb: http://127.0.0.1:8082 | 17 | assetsweb: http://127.0.0.1:8082 |
18 | mxgraph_editor: http://127.0.0.1:8085 | 18 | mxgraph_editor: http://127.0.0.1:8085 |
-
Please register or login to post a comment