Explorar o código

默认初始密码和修改默认密码 费用管理报账列表可最大化

梁世豪 hai 10 meses
pai
achega
18368cef9f

+ 1 - 1
src/main/resources/application.yml

@@ -104,4 +104,4 @@ redisson:
104 104
 sfty:
105 105
   #映射服务器本地文件
106 106
   upload-file-path: D:\upload\
107
-  init-password: 1234.com
107
+  init-password: Dky@8916.com

+ 1 - 1
src/main/resources/templates/reimburse/list.html

@@ -606,7 +606,7 @@
606 606
                 title: '查看报账',
607 607
                 type: 2,
608 608
                 shade: 0.3,
609
-                // maxmin: true,
609
+                maxmin: true,
610 610
                 shadeClose: true,
611 611
                 area: ['1250px', '750px'],
612 612
                 content: AjaxUtil.ctx + "staReimbursement/forView/" + obj.data.id,

+ 1 - 1
src/main/resources/templates/userinfo/list.html

@@ -570,7 +570,7 @@
570 570
             } else if (obj.event === 'editpassword') {
571 571
                 layer.prompt({
572 572
                     formType: 0,
573
-                    value: '123456',
573
+                    value: 'Dky@8916.com',
574 574
                     title: '请输入密码'
575 575
                 }, function (value, prompt, elem) {
576 576
                     if (isEmpty(value)) {