ZaiZai 1 rok temu
rodzic
commit
8fe8a1cf18
1 zmienionych plików z 0 dodań i 1 usunięć
  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 = []