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.
zch
2ff29cf429
- 新增 recordBusbarAlarmList 函数,用于获取母线报警记录列表 - 请求方式为 POST,接口路径为 /record/recordBusbarAlarm/recordBusbarAlarmList - 函数接受一个 query 参数,用于传递查询条件 |
1 month ago | |
---|---|---|
.. | ||
bin | 2 months ago | |
build | 2 months ago | |
public | 1 month ago | |
src | 1 month ago | |
.editorconfig | 2 months ago | |
.env.development | 2 months ago | |
.env.production | 2 months ago | |
.env.staging | 2 months ago | |
.eslintignore | 2 months ago | |
.eslintrc.js | 2 months ago | |
.gitignore | 2 months ago | |
README.md | 2 months ago | |
babel.config.js | 2 months ago | |
package.json | 2 months ago | |
vue.config.js | 2 months ago |
README.md
开发
# 克隆项目
git clone https://gitee.com/y_project/RuoYi-Vue
# 进入项目目录
cd ruoyi-ui
# 安装依赖
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