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.
 
 
 
 
NH-LHG 5a57a8218b
【update】方阵名字修改
11 months ago
api [init]初始化 2 years ago
common [fix]页面展示样式 2 years ago
components [fix]调整电站首页 2 years ago
pages 【update】方阵名字修改 11 months ago
plugin [init]初始化 2 years ago
static [fix]页面展示样式 2 years ago
store [init]初始化 2 years ago
uni_modules [init]初始化 2 years ago
.gitignore [init]初始化 2 years ago
App.vue [init]初始化 2 years ago
LICENSE [init]初始化 2 years ago
README.md [init]初始化 2 years ago
main.js [init]初始化 2 years ago
manifest.json 【update】修改登陆默认密码 2 years ago
myhjdc.keystore [init]初始化 2 years ago
package-lock.json [init]初始化 2 years ago
package.json [init]初始化 2 years ago
pages.json [init]初始化 2 years ago
uni.scss [init]初始化 2 years ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

JeecgUniapp项目介绍

JeecgBoot - APP移动解决方案采用uniapp框架一份代码多终端适配同时支持APP、小程序、H5实现了与JeecgBoot低代码平台完美对接!目前已经实现登录、用户信息、通讯录、公告、移动首页、九宫格等基础功能,更多功能请自己扩展。

当前最新版本: 2.0发布日期2020-07-05

AUR GitHub stars GitHub forks

源码下载

后台代码

技术文档

反馈问题

本项目关闭issue使用中遇到问题或者BUG可以在 github上提Issues

官方支持: http://jeecg.com/doc/help

效果预览

输入图片说明

功能模块

├─框架实现
│  ├─APP开发框架搭建
│  ├─登录对接
│  ├─TOKEN接口机制
│  ├─热更新\覆盖更新
├─基础功能
│  ├─菜单栏目
│  ├─登录页面
│  ├─移动首页
│  ├─个人信息设置
├─消息中心
│  ├─通讯录
│  ├─系统公告
│  ├─消息推送
├─示例代码
│  ├─调用摄像头扫码(扫码)
│  ├─获取地理位置(定位)
├─新增组件
│  ├─页面滚动
│  ├─日历
│  ├─时间选择
│  ├─下拉选择
│  ├─图片上传
├─。。。