yunshanghui-1.0/pages.json
榆钱落尽槿花稀 2421771aa7 style: 调整页面样式和导航栏配置
- 在 `pages.json` 中为 `ask/index` 页面添加背景色
- 更新 `store/index.js` 中的版本号至 `1.0.53`
- 修复 `pages/index/home.vue` 中视图宽度问题
- 重构 `pages/packageA/info/policy.vue` 和 `pages/packageB/ask/index.vue` 的导航栏样式
- 优化 `pages/packageB/ask/index.vue` 的背景色和滚动逻辑
2025-05-23 18:28:45 +08:00

259 lines
4.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"easycom": {
"^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "pages/index/home",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "pages/index/service",
"style": {
"navigationBarTitleText": "智慧云商协",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/pizz",
"style": {
"navigationBarTitleText": "智慧云商协",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/pizz_info",
"style": {
"navigationBarTitleText": "智慧云商协",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/user",
"style": {
"navigationBarTitleText": "智慧云商协",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/directory",
"style": {
"navigationBarTitleText": "智慧云商协",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/web",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "pages/index/search",
"style": {
"navigationBarTitleText": "智慧云商协"
}
}
],
"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": "智慧云商协"
}
},
{
"path": "user/my_vip_off",
"style": {
"navigationBarTitleText": "智慧云商协"
}
}
]
}, {
"root": "pages/packageB",
"pages": [{
"path": "event/event_info",
"style": {
"navigationBarTitleText": "智慧云商协"
}
}, {
"path": "news/new_info",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path": "news/notice_info",
"style": {
"navigationBarTitleText": "智慧云商协"
}
},
{
"path" : "ask/index",
"style" :
{
"navigationBarTitleText" : "智慧云商协",
"backgroundColor": "#F5F5F5"
}
},
{
"path" : "ask/add",
"style" :
{
"navigationBarTitleText" : "智慧云商协"
}
},
{
"path" : "ask/info",
"style" :
{
"navigationBarTitleText" : "智慧云商协"
}
},
{
"path" : "ask/user_list",
"style" :
{
"navigationBarTitleText" : "智慧云商协"
}
}
]
}],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}