You can not 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
吕天方 1fb1e4d215
政务端智能提醒弹框点击查看列表对应的状态修改
9 months ago
bin first commit 1 year ago
build first commit 1 year ago
public 样式修改,企业库导入模板修改 10 months ago
src 政务端智能提醒弹框点击查看列表对应的状态修改 9 months ago
.editorconfig first commit 1 year ago
.env.development 服务业发展报告数据为-的按钮置灰、去除流程设计logo、政务端工作台错别字更换、样式调整、保留一位小数、自定义模板小弹框修改弹出时机 9 months ago
.env.production 模板详情去除之前判断、服务业发展报告对接、流程设计完善、数据云图跳转完善、自定义模板回显 9 months ago
.env.staging 菜单自定义 1 year ago
.eslintignore first commit 1 year ago
.eslintrc.js first commit 1 year ago
.gitignore first commit 1 year ago
README.md first commit 1 year ago
babel.config.js first commit 1 year ago
package.json 服务业发展报告数据为-的按钮置灰、去除流程设计logo、政务端工作台错别字更换、样式调整、保留一位小数、自定义模板小弹框修改弹出时机 9 months ago
vue.config.js 模板详情去除之前判断、服务业发展报告对接、流程设计完善、数据云图跳转完善、自定义模板回显 9 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