UDI管理系统前端
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
x_z 098a117217 1.添加补单设置页面和弹窗及对应接口文件
2.移除业务单据类型接口js文件,迁移第三方系统单据类型关联查询接口位置
2 years ago
bin first commit 3 years ago
build first commit 3 years ago
public 代码备份 3 years ago
src 1.添加补单设置页面和弹窗及对应接口文件 2 years ago
.editorconfig first commit 3 years ago
.env.development first commit 3 years ago
.env.production 1.系统管理相关问题修复,重命名; 3 years ago
.eslintignore first commit 3 years ago
.eslintrc.js first commit 3 years ago
.gitignore first commit 3 years ago
README.md 新增部门与仓库关联,部门与用户关联,仓库与用户管理 3 years ago
babel.config.js first commit 3 years ago
package.json 新增部门与仓库关联,部门与用户关联,仓库与用户管理 3 years ago
vue.config.js 行高不匹配问题,把表格按钮size=""去掉 3 years ago

README.md

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

发布

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

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