mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-02-02 18:28:41 +08:00
161 lines
3.0 KiB
JSON
161 lines
3.0 KiB
JSON
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [
|
|
|
|
/* 登录 */
|
|
{
|
|
"path": "pages/sys/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/sys/login/forget",
|
|
"style": {
|
|
"navigationBarTitleText": "忘记密码"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/sys/login/reg",
|
|
"style": {
|
|
"navigationBarTitleText": "注册账号"
|
|
}
|
|
},
|
|
|
|
/* 主页 */
|
|
{
|
|
"path": "pages/sys/home/index",
|
|
"style": {
|
|
"navigationBarTitleText": "工作台"
|
|
}
|
|
},
|
|
|
|
/* 用户 */
|
|
{
|
|
"path": "pages/sys/user/index",
|
|
"style": {
|
|
"navigationBarTitleText": "用户中心",
|
|
"backgroundColor": "#f8f8f8",
|
|
"navigationBarBackgroundColor":"#f8f8f8"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/sys/user/info",
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "uview-ui/components/u-avatar-cropper/u-avatar-cropper",
|
|
"style": {
|
|
"navigationBarTitleText": "头像裁剪",
|
|
"navigationBarBackgroundColor": "#000000"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/sys/user/help",
|
|
"style": {
|
|
"navigationBarTitleText": "帮助中心"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/sys/user/pwd",
|
|
"style": {
|
|
"navigationBarTitleText": "修改密码"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/sys/user/setting",
|
|
"style": {
|
|
"navigationBarTitleText": "系统设置"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/sys/user/comment",
|
|
"style": {
|
|
"navigationBarTitleText": "意见反馈"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/sys/user/about",
|
|
"style": {
|
|
"navigationBarTitleText": "关于我们"
|
|
}
|
|
},
|
|
|
|
/* 消息 */
|
|
{
|
|
"path": "pages/sys/msg/index",
|
|
"style": {
|
|
"navigationBarTitleText": "消息提醒"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/sys/msg/form",
|
|
"style": {
|
|
"navigationBarTitleText": "查看详情"
|
|
}
|
|
},
|
|
|
|
/* 增删改查例子 */
|
|
{
|
|
"path": "pages/testData/form",
|
|
"style": {
|
|
"navigationBarTitleText": "新增编辑"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/testData/index",
|
|
"style": {
|
|
"navigationBarTitleText": "增删改查"
|
|
}
|
|
},
|
|
|
|
/* Common */
|
|
{
|
|
"path": "pages/common/webview",
|
|
"style": {
|
|
"navigationBarTitleText": "浏览网页"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [
|
|
|
|
],
|
|
"preloadRule": {
|
|
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "JeeSite",
|
|
"navigationBarBackgroundColor": "#f8f8f8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#909399",
|
|
"selectedColor": "#303133",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "white",
|
|
"list": [{
|
|
"pagePath": "pages/sys/msg/index",
|
|
"iconPath": "static/jeesite/tabbar/msg_1.png",
|
|
"selectedIconPath": "static/jeesite/tabbar/msg_2.png",
|
|
"text": "消息"
|
|
},
|
|
{
|
|
"pagePath": "pages/sys/home/index",
|
|
"iconPath": "static/jeesite/tabbar/home_1.png",
|
|
"selectedIconPath": "static/jeesite/tabbar/home_2.png",
|
|
"text": "工作台"
|
|
},
|
|
{
|
|
"pagePath": "pages/sys/user/index",
|
|
"iconPath": "static/jeesite/tabbar/my_1.png",
|
|
"selectedIconPath": "static/jeesite/tabbar/my_2.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
}
|
|
}
|