Authored by xwx

license页签与菜单保持一致

@@ -49,7 +49,7 @@ layui.define(['layer', 'laytpl', 'form'], function (exports) { @@ -49,7 +49,7 @@ layui.define(['layer', 'laytpl', 'form'], function (exports) {
49 $(newContainer).removeClass('active'); 49 $(newContainer).removeClass('active');
50 setTimeout(function () { 50 setTimeout(function () {
51 $(newContainer).remove(); 51 $(newContainer).remove();
52 - }, 10000700) 52 + }, 700)
53 }; 53 };
54 timer = setTimeout(timeOut, options.duration); 54 timer = setTimeout(timeOut, options.duration);
55 var newTimes; 55 var newTimes;
@@ -312,7 +312,7 @@ layui.define(['element', 'admin'], function (exports) { @@ -312,7 +312,7 @@ layui.define(['element', 'admin'], function (exports) {
312 document.execCommand("Copy"); 312 document.execCommand("Copy");
313 oInput.className = 'oInput'; 313 oInput.className = 'oInput';
314 oInput.style.display = 'none'; 314 oInput.style.display = 'none';
315 - layer.msg('内容复制成功', {icon: 1, time: 2000}); 315 + // layer.msg('内容复制成功', {icon: 1, time: 2000});
316 316
317 })) 317 }))
318 } 318 }
1 -<title>license</title> 1 +<title>license管理</title>
2 <iframe class="layadmin-iframe" src="/vue3/index.html#/vue3/license" style="height: 99.5%!important;"/> 2 <iframe class="layadmin-iframe" src="/vue3/index.html#/vue3/license" style="height: 99.5%!important;"/>