Skip to content

Commit

Permalink
fix(view): 修复发送验证码倒计时出现负数 兼容高版本node dev运行 (#90)
Browse files Browse the repository at this point in the history
1.修复发送验证码倒计时出现负数的问题
2.修复高版本node 执行 dev 命令时出现异常
  • Loading branch information
lisongkun authored Sep 5, 2023
1 parent ceac468 commit 25f4c97
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 122 deletions.
2 changes: 1 addition & 1 deletion vue_campus_admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "oddfar",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
Expand Down
Loading

0 comments on commit 25f4c97

Please sign in to comment.