Browse Source

更新依赖

ZaiZai 1 năm trước cách đây
mục cha
commit
9d6d55aa61
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

@@ -12,7 +12,6 @@ export const isNumberReg = (text, lose = true) => {
     return pattern.test(text)
 }
 
-
 //获取字典数据
 export const getDictionaryData = async (code) => {
     const { data } = await getDictionary({ code: code })