LFPay admin web
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.
 
 
 
 
niefei fcdc55cbf7 配置提交 4 weeks ago
bin First commit 5 months ago
build First commit 5 months ago
public 用户注册模块前后端功能完善,增加后端注册信息、个人信息补充、企业信息补充的数据关联,前端对应的操作关联。修改页签ICON、登录面背景图、部分标题描述。 2 months ago
src 代理商管理更新,级联地址根据当前语言环境动态获取,认证添加有无营业执照,身份证和护照的切换,完善国际化、列表页字段、详情页字段、编辑字段。同步修复个人用户、商户管理的一起显示BUG 4 weeks ago
.editorconfig First commit 5 months ago
.env.development 用户注册模块前后端功能完善,增加后端注册信息、个人信息补充、企业信息补充的数据关联,前端对应的操作关联。修改页签ICON、登录面背景图、部分标题描述。 2 months ago
.env.production 配置提交 4 weeks ago
.eslintignore First commit 5 months ago
.eslintrc.js First commit 5 months ago
.gitignore First commit 5 months ago
LFH支付系统初期_申请牌照__Feature_List.xlsx 上传新文件 5 months ago
README.md First commit 5 months ago
babel.config.js First commit 5 months ago
package.json 添加vue-i18n依赖,添加中文、英语、老挝语言包 2 months ago
vue.config.js 配置提交 4 weeks ago

README.md

开发

# 进入项目目录
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