一体化交通版(企业端-前台)
 
 
 
 
Go to file
chenxinying c28fec0270 feat(layout): 增强密码安全性验证
- 添加新的密码验证规则,要求密码至少为8位,包含大小写字母、数字和特殊符号
- 修改密码确认字段的验证逻辑,提高用户体验
- 调整密码输入框的样式,增加密码强度提示
2025-06-11 14:31:08 +08:00
node_modules/vue-esign/src 安全通知功能优化 2024-02-28 19:30:39 +08:00
public 14962 2024-04-03 09:26:05 +08:00
src feat(layout): 增强密码安全性验证 2025-06-11 14:31:08 +08:00
.env 修改启动后台配置 2024-04-12 11:21:20 +08:00
.env.development 更换开发和测试环境 2024-07-09 14:40:42 +08:00
.env.production 更换开发和测试环境 2024-07-09 14:40:42 +08:00
.eslintignore 环境变量 2024-04-12 10:26:05 +08:00
.eslintrc.cjs 更改eslint规则 2024-02-21 09:42:49 +08:00
.gitignore init 2024-01-04 09:02:38 +08:00
.prettierrc.cjs init 2024-01-04 09:02:38 +08:00
README.md init 2024-01-04 09:02:38 +08:00
env.d.ts 修改正式环境 2024-04-17 00:27:03 +08:00
index.html 14962 2024-04-03 09:26:05 +08:00
jsconfig.json init 2024-01-04 09:02:38 +08:00
package-lock.json 环境变量 2024-04-12 10:26:05 +08:00
package.json 环境变量 2024-04-12 10:26:05 +08:00
postcss.config.cjs init 2024-01-04 09:02:38 +08:00
vite.config.js 环境变量 2024-04-12 10:26:05 +08:00

README.md

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.