133 lines
2.4 KiB
JSON
133 lines
2.4 KiB
JSON
|
{
|
|||
|
"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" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/index/service",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/index/pizz",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/index/user",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/index/discovery",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/index/directory",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/index/user_info",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/index/new_info",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/index/events_list",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/index/knowledge_list",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/index/goods_info",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/index/events_info",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/index/goods_list",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/index/search/search",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
}
|
|||
|
],
|
|||
|
"globalStyle": {
|
|||
|
"navigationStyle": "custom",
|
|||
|
"navigationBarTextStyle": "black",
|
|||
|
"navigationBarTitleText": "uni-app",
|
|||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|||
|
"backgroundColor": "#F8F8F8"
|
|||
|
},
|
|||
|
"uniIdRouter": {}
|
|||
|
}
|