yunshangxie/pages.json

205 lines
3.9 KiB
JSON
Raw Normal View History

2023-12-25 17:56:30 +08:00
{
"easycom": {
"^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
2024-04-20 14:57:39 +08:00
"navigationBarTitleText": "智慧云商协"
2023-12-25 17:56:30 +08:00
}
},
{
2024-04-20 14:57:39 +08:00
"path": "pages/index/home",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "pages/index/service",
"style": {
"navigationBarTitleText": "智慧云商协",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/pizz",
"style": {
"navigationBarTitleText": "智慧云商协",
"enablePullDownRefresh": false
}
},
2023-12-25 17:56:30 +08:00
{
2024-04-24 17:34:38 +08:00
"path": "pages/index/pizz_info",
2024-04-20 14:57:39 +08:00
"style": {
"navigationBarTitleText": "智慧云商协",
"enablePullDownRefresh": false
2023-12-25 17:56:30 +08:00
}
},
{
2024-06-26 14:17:06 +08:00
"path": "pages/index/user",
2024-05-15 17:54:48 +08:00
"style": {
"navigationBarTitleText": "智慧云商协",
"enablePullDownRefresh": false
}
2024-05-21 18:16:48 +08:00
},
{
2024-06-26 14:17:06 +08:00
"path": "pages/index/directory",
2024-05-21 18:16:48 +08:00
"style": {
"navigationBarTitleText": "智慧云商协",
"enablePullDownRefresh": false
}
2024-06-26 14:17:06 +08:00
}
],
"subPackages": [{
"root": "pages/packageA",
"pages": [{
"path": "info/discovery",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "info/policy",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "info/policy_info",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "info/policy_list",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/apply_in",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/events_my",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/my_apply",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/my_card",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/my_card_holder",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/my_desc",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/my_edit",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/my_idea",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/my_invite",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/my_msg",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/my_sign",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/user_activity",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/user_auditing",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/user_auditing_info",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/my_vip",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/my_vip_info",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "user/my_vip_clerk",
"style": {
"navigationBarTitleText": "智慧云商协"
}
2024-06-21 16:15:26 +08:00
}
2024-06-26 14:17:06 +08:00
]
}, {
"root": "pages/packageB",
"pages": [{
"path": "event/event_info",
2024-06-21 16:15:26 +08:00
"style": {
"navigationBarTitleText": "智慧云商协"
}
2024-06-26 14:17:06 +08:00
}, {
"path": "news/new_info",
2024-06-21 16:15:26 +08:00
"style": {
"navigationBarTitleText": "智慧云商协"
2024-05-31 18:06:24 +08:00
}
2024-06-26 14:17:06 +08:00
}]
}],
2023-12-25 17:56:30 +08:00
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}