103 lines
1.9 KiB
JSON
103 lines
1.9 KiB
JSON
{
|
|
"easycom": {
|
|
"custom": {
|
|
"^tn-(.*)-(item|group)$": "@/uni_modules/tuniaoui-vue3/components/$1/src/$1-$2.vue",
|
|
"^tn-(.*)": "@/uni_modules/tuniaoui-vue3/components/$1/src/$1.vue"
|
|
}
|
|
},
|
|
"pages": [{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "毛球手账"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/profile-edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑资料"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/about",
|
|
"style": {
|
|
"navigationBarTitleText": "关于毛球"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/member",
|
|
"style": {
|
|
"navigationBarTitleText": "会员中心"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/settings",
|
|
"style": {
|
|
"navigationBarTitleText": "设置"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/feedback",
|
|
"style": {
|
|
"navigationBarTitleText": "帮助与反馈"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pet/edit",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/record/type-select",
|
|
"style": {
|
|
"navigationBarTitleText": "选择记录类型"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/record/add",
|
|
"style": {
|
|
"navigationBarTitleText": "添加记录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/record/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑记录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/record/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "记录详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/schedule/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "添加提醒"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/discovery/hospital-list",
|
|
"style": {
|
|
"navigationBarTitleText": "附近医院"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|