#
Junjie
2023-12-28 4f37250d96659eb386f1c22dae3a76ec27ef35f1
zy-asrs-wms/src/main/webapp/views/index.html
@@ -203,7 +203,7 @@
          var insTb = table.render({
            elem: '#originTable',
            url: baseUrl + '/host/list/auth',
            height: 'full-600',
            height: 'full-500',
            headers: {token: localStorage.getItem('token')},
            request: {
              pageName: 'curr',
@@ -261,7 +261,7 @@
    <a><i class="layui-icon {{this.menuIcon}}"></i>&emsp;<cite>{{this.menu}}</cite></a>
    <dl class="layui-nav-child">
      {{#each this.subMenu}}
      <dd><a lay-href="{{this.code}}?resourceId={{this.id}}">{{this.name}}</a></dd>
      <dd><a lay-href="{{this.code}}?resourceId={{this.id}}{{this.param}}">{{this.name}}</a></dd>
      {{/each}}
    </dl>
  </li>