mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
82 lines
1.5 KiB
JSON
82 lines
1.5 KiB
JSON
{
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
|
|
}
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationBarTitleText": "个人中心"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/permission/index",
|
|
"style": {
|
|
"navigationBarTitleText": "权限管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/list",
|
|
"style": {
|
|
"navigationBarTitleText": "用户列表"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "用户详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑用户"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/delete",
|
|
"style": {
|
|
"navigationBarTitleText": "删除用户"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "Ulthon",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#3c9cff",
|
|
"backgroundColor": "#FFFFFF",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
}
|
|
}
|