From 15e0484544e380268a2e556221df12b92cdaaf67 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 05 六月 2020 14:04:42 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/matCode/matCode.js | 2 +- src/main/resources/application.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index af6ad60..01492c8 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: 8080 + port: 8081 spring: application: diff --git a/src/main/webapp/static/js/matCode/matCode.js b/src/main/webapp/static/js/matCode/matCode.js index 866d224..7886e47 100644 --- a/src/main/webapp/static/js/matCode/matCode.js +++ b/src/main/webapp/static/js/matCode/matCode.js @@ -125,7 +125,7 @@ title: '鏂板', maxmin: true, area: [top.detailWidth, top.detailHeight], - shadeClose: true, + shadeClose: false, content: 'matCode_detail.html', success: function(layero, index){ layer.getChildFrame('#data-detail-submit-edit', index).hide(); -- Gitblit v1.9.1