diff --git a/src/main/java/cn/com/tenlion/operator/service/accountrecharge/impl/AccountRechargeServiceImpl.java b/src/main/java/cn/com/tenlion/operator/service/accountrecharge/impl/AccountRechargeServiceImpl.java
index 1dcbcdc..1ea512c 100644
--- a/src/main/java/cn/com/tenlion/operator/service/accountrecharge/impl/AccountRechargeServiceImpl.java
+++ b/src/main/java/cn/com/tenlion/operator/service/accountrecharge/impl/AccountRechargeServiceImpl.java
@@ -402,9 +402,9 @@ public class AccountRechargeServiceImpl extends DefaultBaseService implements IA
String userId = accountRechargeVO.getUserId();
// 未支付的订单
Integer count = countByUserIdAndRechargeCheck(userId, RechargeCheckEnum.UN_RECHARGE);
- if (count > 50) {
+/* if (count > ProjectConfigUtil.getInt("ToDayMaxRechargeCount")) {
throw new SaveException("超过创建订单数量上限");
- }
+ }*/
accountRechargeVO.setThirdParty(thirdParty);
accountRechargeVO.setAccountId(userId);
accountRechargeVO.setRechargeCheck(RechargeCheckEnum.UN_RECHARGE.getValue());
diff --git a/src/main/resources/static/assets/favicon.svg b/src/main/resources/static/assets/favicon.svg
index b6d446b..3ebeb01 100644
--- a/src/main/resources/static/assets/favicon.svg
+++ b/src/main/resources/static/assets/favicon.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/main/resources/static/assets/images/headicon1.png b/src/main/resources/static/assets/images/headicon1.png
index 8681960..f8d33e1 100644
Binary files a/src/main/resources/static/assets/images/headicon1.png and b/src/main/resources/static/assets/images/headicon1.png differ
diff --git a/src/main/resources/templates/systemuser/login.html b/src/main/resources/templates/systemuser/login.html
index 03fbea7..33c34c0 100644
--- a/src/main/resources/templates/systemuser/login.html
+++ b/src/main/resources/templates/systemuser/login.html
@@ -29,7 +29,8 @@
padding: 15px;
}
.nav .logo a img {
- height: 40px;
+ height: 60px;
+ width: 186px;
}
.nav .go-page {
padding: 15px;