Explorar o código

修复 utils/index.js 中不包含 parseTime 函数的 bug

RuoYi %!s(int64=5) %!d(string=hai) anos
pai
achega
337f6fd3db
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      ruoyi-ui/src/utils/index.js

+ 3 - 1
ruoyi-ui/src/utils/index.js

@@ -1,3 +1,5 @@
1
+import { parseTime } from './ruoyi'
2
+
1 3
 /**
2 4
  * 表格时间格式化
3 5
  */
@@ -385,4 +387,4 @@ export function camelCase(str) {
385 387
 export function isNumberStr(str) {
386 388
   return /^[+-]?(0|([1-9]\d*))(\.\d+)?$/g.test(str)
387 389
 }
388
- 
390
+