城管路桥养护子系统

tanyue authored on 8 Sep
build 修改系统跳转配置 4 years ago
config 修改系统跳转配置 4 years ago
mock first commit 5 years ago
src FIX: 20240907 修改第三方测评问题,切换样式 9 months ago
static FIX: 20240907 修改第三方测评问题,切换样式 9 months ago
theme FIX: 20240907 修改第三方测评问题,切换样式 9 months ago
.babelrc first commit 4 years ago
.editorconfig first commit 5 years ago
.eslintignore first commit 5 years ago
.eslintrc.js first commit 5 years ago
.gitignore first commit 5 years ago
.postcssrc.js first commit 5 years ago
.travis.yml first commit 5 years ago
LICENSE first commit 5 years ago
README-zh.md first commit 5 years ago
README.md 修改说明文档 5 years ago
element-variables.scss FIX: 20240907 修改第三方测评问题,切换样式 9 months ago
favicon.ico first commit 5 years ago
index.html first commit 5 years ago
package.json FIX: 20240907 修改第三方测评问题,切换样式 9 months ago
README.md

虹膜综合管理平台(红外测温版)加考勤系统前端

虹膜综合管理平台WEB前端 ,目前包含门禁和注册两大模块 系统分为登录模块、人员管理、设备管理、到访策略管理、门禁管理、门禁授权、数据查询、数据统计、考勤信息管理

系统管理模块包括资源管理、角色管理、组织结构管理、字典管理、区域管理、用户管理、日志管理。

相关项目

本项目源于vue-admin-template,一个极简的 vue admin 管理后台 它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。

vue-admin-template

vue-element-admin

electron-vue-admin

vue-typescript-admin-template

安装前提

  1. 安装nodejs

nodejs官网下载安装包

安装完成之后,在cmd中检查Node.js版本,输出版本号则表示安装成功

node --version

安装步骤

# 克隆项目
git clone http://192.168.0.203:8080/gitbucket/root/smartwell_front

# 安装依赖
npm install

# 建议不要用cnpm  安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# Serve with hot reload at localhost:9528
npm run dev

# Build for production with minification
npm run build

# Build for production and view the bundle analyzer report
npm run build --report

界面

demo

浏览器支持情况

主流浏览器和IE 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

License

Copyright (c) 2019-present WangXiaoying