登录: fix checkTelNo返回错误

This commit is contained in:
luying
2021-03-04 15:45:19 +08:00
parent c1dba5ea4f
commit 62562c3482
3 changed files with 12 additions and 10 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
"autod": "autod",
"lint": "eslint . --ext .ts",
"clean": "ets clean",
"local": "cross-env EGG_SERVER_ENV=local npm run dev"
"local": "cross-env EGG_SERVER_ENV=local npm run dev",
"isbn": "cross-env EGG_SERVER_ENV=isbn npm run dev"
},
"dependencies": {
"cross-env": "^7.0.3",