From 05feef34c72c7984291e5316f63816de20f356ba Mon Sep 17 00:00:00 2001
From: 万河 <12894283+science-01@user.noreply.gitee.com>
Date: Thu, 18 May 2023 16:53:14 +0800
Subject: [PATCH] update ruoyi-admin/src/main/resources/banner.txt. 线条填歪了,看着难受
---
ruoyi-ui/src/utils/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/utils/index.js b/ruoyi-ui/src/utils/index.js
index 2893bc8..9679e75 100644
--- a/ruoyi-ui/src/utils/index.js
+++ b/ruoyi-ui/src/utils/index.js
@@ -381,7 +381,7 @@
// 下划转驼峰
export function camelCase(str) {
- return str.replace(/-[a-z]/g, str1 => str1.substr(-1).toUpperCase())
+ return str.replace(/_[a-z]/g, str1 => str1.substr(-1).toUpperCase())
}
export function isNumberStr(str) {
--
Gitblit v1.9.2