Browse Source

项目管理

ZaiZai 1 năm trước cách đây
mục cha
commit
8fe8a1cf18
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/utils/tools.js

+ 0 - 1
src/utils/tools.js

@@ -30,7 +30,6 @@ export const isNumberReg = (text, lose = true) => {
     return pattern.test(text)
 }
 
-
 //获取字典数据
 export const getDictionaryData = async (code, biz = false) => {
     let res = []