yunshanghui-1.0/pages.json
榆钱落尽槿花稀 01448b7113 feat: 添加多个静态图片资源及配置文件
新增了多个静态图片资源文件,包括01.png、02.png等,并添加了相关的配置文件和组件,如vue.config.js、package.json等。同时引入了Tuniao UI库,并配置了相关的依赖和设置,以支持项目的开发和构建。
2025-05-09 17:07:24 +08:00

258 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" : "智慧云商协"
}
},
{
"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": {}
}