You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
147 lines
3.0 KiB
147 lines
3.0 KiB
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/home",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/my/sharePage",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/index/addRecord",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/index/userSignPage",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/index/userAcceptRecord",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/index/sign",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/index/signContent",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/index/userInformation",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"onReachBottomDistance":20
|
|
}
|
|
},{
|
|
"path": "pages/index/add",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/index/file",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/my/exampleShare",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/index/acceptRecord",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/index/details",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/my/feedback",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/my/my",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/my/richText",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/ScanningCode/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/webview/webview",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
|
|
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "福德",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#666666",
|
|
"selectedColor": "#8EC31F",
|
|
"backgroundColor": "#ffffff",
|
|
"height": "50px",
|
|
"fontSize": "11px",
|
|
"iconWidth": "22px",
|
|
"spacing": "3px",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "/static/1.png",
|
|
"selectedIconPath": "static/11.png",
|
|
"text": "工单"
|
|
},{
|
|
"pagePath": "pages/ScanningCode/index",
|
|
"iconPath": "/static/2.png",
|
|
"selectedIconPath": "static/2.png",
|
|
"text": "扫码"
|
|
},{
|
|
"pagePath": "pages/my/my",
|
|
"iconPath": "/static/3.png",
|
|
"selectedIconPath": "static/33.png",
|
|
"text": "我的"
|
|
}]
|
|
},
|
|
// "uniIdRouter": {},
|
|
// 如果您是通过uni_modules形式引入uView,可以忽略此配置
|
|
"easycom": {
|
|
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
|
}
|
|
}
|
|
|