1. 新增:微信小程序端新增微信手机号登录功能(必须为企业认证小程序) 2. 新增:加入动态更新常见问题 3. 新增:新增小程序分享功能 4. 新增:小程序新增第一次登录需要修改密码 5. 新增:新增接口权限控制 6. 新增:用户新增is_staff用来判断是否为工作人员 7. 新增:软删除新增is_delete字段来判断,delete_datetime当前主要来记录时间 8. 更新:部分接口删除功能已更新,需要试用软删除的才会试用软删除 9. 更新:更新系统配置缓存功能 10. 更新:接口认证依赖项更新 11. 更新:获取系统基础配置信息与用户协议与隐私协议更新 12. 优化:优化接口与数据库操作
153 lines
3.0 KiB
JSON
153 lines
3.0 KiB
JSON
{
|
|
"easycom": {
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/login/login",
|
|
"meta":{
|
|
"loginAuth": false
|
|
},
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
}, {
|
|
"path": "pages/index",
|
|
"meta":{
|
|
"loginAuth": true
|
|
},
|
|
"style": {
|
|
"navigationBarTitleText": "Kinit 移动端框架"
|
|
}
|
|
}, {
|
|
"path": "pages/work/index",
|
|
"meta":{
|
|
"loginAuth": true
|
|
},
|
|
"style": {
|
|
"navigationBarTitleText": "工作台"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/index",
|
|
"meta":{
|
|
"loginAuth": true
|
|
},
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/avatar/index",
|
|
"meta":{
|
|
"loginAuth": true
|
|
},
|
|
"style": {
|
|
"navigationBarTitleText": "修改头像"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/info/index",
|
|
"meta":{
|
|
"loginAuth": true
|
|
},
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/info/edit",
|
|
"meta":{
|
|
"loginAuth": true
|
|
},
|
|
"style": {
|
|
"navigationBarTitleText": "编辑资料"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/pwd/index",
|
|
"meta":{
|
|
"loginAuth": true
|
|
},
|
|
"style": {
|
|
"navigationBarTitleText": "修改密码"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/setting/index",
|
|
"meta":{
|
|
"loginAuth": true
|
|
},
|
|
"style": {
|
|
"navigationBarTitleText": "应用设置"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/help/issue/index",
|
|
"meta":{
|
|
"loginAuth": true
|
|
},
|
|
"style": {
|
|
"navigationBarTitleText": "常见问题"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/help/issue/info",
|
|
"meta":{
|
|
"loginAuth": true
|
|
},
|
|
"style": {
|
|
"navigationBarTitleText": "常见问题详情"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/about/index",
|
|
"meta":{
|
|
"loginAuth": true
|
|
},
|
|
"style": {
|
|
"navigationBarTitleText": "关于我们"
|
|
}
|
|
}, {
|
|
"path": "pages/common/webview/index",
|
|
"meta":{
|
|
"loginAuth": false
|
|
},
|
|
"style": {
|
|
"navigationBarTitleText": "浏览网页"
|
|
}
|
|
}, {
|
|
"path": "pages/common/textview/index",
|
|
"meta":{
|
|
"loginAuth": false
|
|
},
|
|
"style": {
|
|
"navigationBarTitleText": "浏览文本"
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#000000",
|
|
"selectedColor": "#000000",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/index",
|
|
"iconPath": "static/images/tabbar/home.png",
|
|
"selectedIconPath": "static/images/tabbar/home_.png",
|
|
"text": "首页"
|
|
}, {
|
|
"pagePath": "pages/work/index",
|
|
"iconPath": "static/images/tabbar/work.png",
|
|
"selectedIconPath": "static/images/tabbar/work_.png",
|
|
"text": "工作台"
|
|
}, {
|
|
"pagePath": "pages/mine/index",
|
|
"iconPath": "static/images/tabbar/mine.png",
|
|
"selectedIconPath": "static/images/tabbar/mine_.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "Kinit",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"app-plus":{
|
|
"titleNView": false
|
|
}
|
|
}
|
|
}
|