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.
160 lines
3.7 KiB
160 lines
3.7 KiB
{
|
|
"easycom": {
|
|
"echarts": "@/components/echarts-uniapp/echarts-uniapp.vue",
|
|
"cityPicker": "@/uni_modules/piaoyi-cityPicker/components/piaoyi-cityPicker/piaoyi-cityPicker"
|
|
},
|
|
"pages": [{
|
|
"path": "pages/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}, {
|
|
"path": "pages/register",
|
|
"style": {
|
|
"navigationBarTitleText": "注册"
|
|
}
|
|
}, {
|
|
"path": "pages/index",
|
|
"style": {
|
|
"navigationBarTitleText": "水利移动端框架",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}, {
|
|
"path": "pages/project/list/index",
|
|
"style": {
|
|
"navigationBarTitleText": "项目管理"
|
|
}
|
|
}, {
|
|
"path": "pages/project/edit/index",
|
|
"style": {
|
|
"navigationBarTitleText": "新增项目"
|
|
}
|
|
}, {
|
|
"path": "pages/statistics/index",
|
|
"style": {
|
|
"navigationBarTitleText": "项目统计"
|
|
}
|
|
}, {
|
|
"path": "pages/statistics/generate",
|
|
"style": {
|
|
"navigationBarTitleText": "项目统计"
|
|
}
|
|
}, {
|
|
"path": "pages/capital/list/index",
|
|
"style": {
|
|
"navigationBarTitleText": "资金管理"
|
|
}
|
|
}, {
|
|
"path": "pages/capital/check/index",
|
|
"style": {
|
|
"navigationBarTitleText": "资金管理"
|
|
}
|
|
}, {
|
|
"path": "pages/capital/passdown/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "资金管理"
|
|
}
|
|
}, {
|
|
"path": "pages/capital/payment/list",
|
|
"style": {
|
|
"navigationBarTitleText": "资金支付列表"
|
|
}
|
|
}, {
|
|
"path": "pages/capital/payment/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "资金支付编辑"
|
|
}
|
|
}, {
|
|
"path": "pages/monitoring/edit/index",
|
|
"style": {
|
|
"navigationBarTitleText": "监督检查编辑"
|
|
}
|
|
}, {
|
|
"path": "pages/monitoring/list/index",
|
|
"style": {
|
|
"navigationBarTitleText": "监督检查"
|
|
}
|
|
}, {
|
|
"path": "pages/monitoring/problem/list",
|
|
"style": {
|
|
"navigationBarTitleText": "监督检查"
|
|
}
|
|
}, {
|
|
"path": "pages/monitoring/problem/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "监督检查"
|
|
}
|
|
}, {
|
|
"path": "pages/monitoring/problem/add",
|
|
"style": {
|
|
"navigationBarTitleText": "添加问题"
|
|
}
|
|
}, {
|
|
"path": "pages/monitoring/problem/rectification",
|
|
"style": {
|
|
"navigationBarTitleText": "整改问题"
|
|
}
|
|
}, {
|
|
"path": "pages/work/index",
|
|
"style": {
|
|
"navigationBarTitleText": "工作台"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/avatar/index",
|
|
"style": {
|
|
"navigationBarTitleText": "修改头像"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/info/index",
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/info/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑资料"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/pwd/index",
|
|
"style": {
|
|
"navigationBarTitleText": "修改密码"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/setting/index",
|
|
"style": {
|
|
"navigationBarTitleText": "应用设置"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/help/index",
|
|
"style": {
|
|
"navigationBarTitleText": "常见问题"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/about/index",
|
|
"style": {
|
|
"navigationBarTitleText": "关于我们"
|
|
}
|
|
}, {
|
|
"path": "pages/common/webview/index",
|
|
"style": {
|
|
"navigationBarTitleText": "浏览网页",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}, {
|
|
"path": "pages/common/textview/index",
|
|
"style": {
|
|
"navigationBarTitleText": "浏览文本"
|
|
}
|
|
}],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "Shuili",
|
|
"navigationBarBackgroundColor": "#00b39d"
|
|
}
|
|
}
|
|
|