Digital Office Automation System
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
1341924763@qq.com 2ec05308ad 校验模版 il y a 14 heures
bin first commit il y a 2 mois
build first commit il y a 2 mois
public Update favicon and enhance request timeout; improve UI consistency in operation goods and warn result views il y a 1 mois
src 校验模版 il y a 14 heures
.editorconfig first commit il y a 2 mois
.env.development feat: 更新考勤打卡功能,新增移动端Toast组件,优化打卡状态显示和用户交互体验。修改页面样式,提升用户体验。 il y a 1 semaine
.env.production fix: 更新生产环境API地址,修改.gitignore以忽略新文件,优化考勤服务中的距离计算和状态处理,调整考勤打卡页面的状态显示逻辑,提升用户体验。 il y a 1 semaine
.eslintignore first commit il y a 2 mois
.eslintrc.js first commit il y a 2 mois
.gitignore fix: 更新生产环境API地址,修改.gitignore以忽略新文件,优化考勤服务中的距离计算和状态处理,调整考勤打卡页面的状态显示逻辑,提升用户体验。 il y a 1 semaine
README.md first commit il y a 2 mois
babel.config.js first commit il y a 2 mois
package.json first commit il y a 2 mois
vue.config.js 修改配置为127.0.0.1 il y a 4 jours

README.md

开发


# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod