@jx3box/jx3box-common-ui 9.4.2 → 9.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,7 +57,7 @@ export function dispatchEventStorage() {
57
57
 
58
58
  // search 跳转公共函数
59
59
  export function searchJump({ searchValue, isPhone = false, client = "std", url }) {
60
- searchValue = searchValue.trim()?.toLowerCase();
60
+ searchValue = searchValue.trim().toLowerCase();
61
61
  // 检查输入是否为纯数字
62
62
  if (/^\d+$/.test(searchValue)) {
63
63
  // 如果是纯数字,直接跳转到 /{id}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "9.4.2",
3
+ "version": "9.4.3",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {