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.
xins
572f5ef8d6
1、设备监测页面,右侧设备信息展示,如果有拍摄的照片则展示照片,else如果有设备照片则展示设备照片,else展示默认设备照片 2、手机app接口权限设置,增加了获取设备模型和获取网关设备接口 3、监控平台首页监控单元数量和设备数量写反了 |
1 year ago | |
---|---|---|
.. | ||
bin | 1 year ago | |
public | 1 year ago | |
src | 1 year ago | |
.editorconfig | 1 year ago | |
.env.development | 1 year ago | |
.env.production | 1 year ago | |
.env.staging | 1 year ago | |
.eslintignore | 1 year ago | |
.eslintrc.js | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
babel.config.js | 1 year ago | |
package.json | 1 year ago | |
vue.config.js | 1 year 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