src/main/java/com/xcong/excoin/system/entity/User.java | ●●●●● patch | view | raw | blame | history | |
src/main/resources/static/febs/images/favicon.ico | patch | view | raw | blame | history | |
src/main/resources/templates/febs/views/modules/agent/agentAdd.html | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/excoin/system/entity/User.java
@@ -45,7 +45,7 @@ /** * 默认密码 */ public static final String DEFAULT_PASSWORD = "1234qwer"; public static final String DEFAULT_PASSWORD = "hibit123"; /** * 性别男 */ src/main/resources/static/febs/images/favicon.icoBinary files differ
src/main/resources/templates/febs/views/modules/agent/agentAdd.html
@@ -68,7 +68,7 @@ form.on('submit(user-add-form-submit)', function (data) { febs.post(ctx + 'agent/add', data.field, function () { layer.closeAll(); febs.alert.success('新增用户成功,初始密码为 1234qwer'); febs.alert.success('新增用户成功,初始密码为 hibit123'); $('#febs-user').find('#query').click(); }); return false;