第三方系统入口优化,没有配置数据时不展示下拉框
Showing
2 changed files
with
5 additions
and
2 deletions
@@ -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://127.0.0.1:9200 | 15 | + gateway: http://192.168.0.41:9200 |
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 |
@@ -91,13 +91,16 @@ | @@ -91,13 +91,16 @@ | ||
91 | <i class="layui-icon layui-icon-theme"></i> | 91 | <i class="layui-icon layui-icon-theme"></i> |
92 | </a> | 92 | </a> |
93 | </li>--> | 93 | </li>--> |
94 | - <li class="layui-nav-item" lay-unselect> | 94 | + <li class="layui-nav-item" lay-unselect id="systems-select"> |
95 | <script type="text/html" template lay-url="{{sessionStorage.getItem('domainName')}}/api-web/manage/ddic/list?ddicCategory=systems" | 95 | <script type="text/html" template lay-url="{{sessionStorage.getItem('domainName')}}/api-web/manage/ddic/list?ddicCategory=systems" |
96 | lay-done="layui.element.render('nav', 'layadmin-systems');"> | 96 | lay-done="layui.element.render('nav', 'layadmin-systems');"> |
97 | <a href="javascript:;" title="第三方系统"> | 97 | <a href="javascript:;" title="第三方系统"> |
98 | <span class="layui-icon layui-icon-slider"></span> | 98 | <span class="layui-icon layui-icon-slider"></span> |
99 | </a> | 99 | </a> |
100 | <dl class="layui-nav-child"> | 100 | <dl class="layui-nav-child"> |
101 | + {{# if(d.data && d.data.length == 0){ }} | ||
102 | + {{# $('#systems-select').remove() }} | ||
103 | + {{# } }} | ||
101 | {{# layui.each(d.data, function(index, item){ }} | 104 | {{# layui.each(d.data, function(index, item){ }} |
102 | <dd style="text-align: left;" lay-filter="layadmin-systems"> | 105 | <dd style="text-align: left;" lay-filter="layadmin-systems"> |
103 | <a href="javascript:;" layadmin-event="openOtherSystem" data-code="{{item.ddicCode}}" title="{{item.ddicName}}"> | 106 | <a href="javascript:;" layadmin-event="openOtherSystem" data-code="{{item.ddicCode}}" title="{{item.ddicName}}"> |
-
Please register or login to post a comment