2 Star 0 Fork 0

寂地思和 / app-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 6.71 KB
一键复制 编辑 原始数据 按行查看 历史
{
// 如果您是通过uni_modules形式引入uView,可以忽略此配置
"easycom": {
"^u-(.*)": "@/uview-ui2/components/u-$1/u-$1.vue",
"^bster-(.*)": "@/components/bster-$1/index.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationBarBackgroundColor": "#f8f8f8"
}
}, {
"path": "pages/index/user",
"style": {
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#f8f8f8"
}
}, {
"path": "pages/login/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#fff",
"app-plus": {
"titleNView": {
"autoBackButton": false
}
}
}
}, {
"path": "pages/quality/lineTheTally/index",
"style": {
"navigationBarTitleText": "开线点检",
"enablePullDownRefresh": false
}
}, {
"path": "pages/quality/lineTheTally/detail",
"style": {
"navigationBarTitleText": "开线点检",
"enablePullDownRefresh": false
}
}, {
"path": "pages/work/operationDevice/index",
"style": {
"navigationBarTitleText": "员工上下机",
"enablePullDownRefresh": false
}
},{
"path": "pages/work/operationDevice/list",
"style": {
"navigationBarTitleText": "员工上下机",
"enablePullDownRefresh": false
}
}, {
"path": "pages/work/loadMaterial/index",
"style": {
"navigationBarTitleText": "机台上下料",
"enablePullDownRefresh": false
}
}, {
"path": "pages/work/loadMaterial/list",
"style": {
"navigationBarTitleText": "机台上下料",
"enablePullDownRefresh": false
}
}, {
"path": "pages/work/reportingWork/index",
"style": {
"navigationBarTitleText": "工单报产",
"enablePullDownRefresh": false
}
}, {
"path": "pages/work/reportingWork/list",
"style": {
"navigationBarTitleText": "工单报产",
"enablePullDownRefresh": false
}
}, {
"path": "pages/quality/qualityTesting/index",
"style": {
"navigationBarTitleText": "质检送样",
"enablePullDownRefresh": false
}
}, {
"path": "pages/quality/qualityTesting/list",
"style": {
"navigationBarTitleText": "质检送样",
"enablePullDownRefresh": false
}
}, {
"path": "pages/work/alarmControl/index",
"style": {
"navigationBarTitleText": "生产异常预警",
"enablePullDownRefresh": false
}
}, {
"path": "pages/work/alarmControl/detail",
"style": {
"navigationBarTitleText": "预警信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/quality/firstSampleInspection/firstSampleInspection",
"style": {
"navigationBarTitleText": "首样检验",
"enablePullDownRefresh": false
}
}, {
"path": "pages/outsourcing/index",
"style": {
"navigationBarTitleText": "备料管理",
"enablePullDownRefresh": false
}
}, {
"path": "pages/outsourcing/product/index",
"style": {
"navigationBarTitleText": "成品备料",
"enablePullDownRefresh": false
}
}, {
"path": "pages/outsourcing/process/process",
"style": {
"navigationBarTitleText": "工序备料",
"enablePullDownRefresh": false
}
}, {
"path": "pages/model/index",
"style": {
"navigationBarTitleText": "模具管理",
"enablePullDownRefresh": false
}
}, {
"path": "pages/model/work",
"style": {
"navigationBarTitleText": "上下模管理",
"enablePullDownRefresh": false
}
}, {
"path": "pages/model/care",
"style": {
"navigationBarTitleText": "模具保养",
"enablePullDownRefresh": false
}
}, {
"path": "pages/equipment/failure",
"style": {
"navigationBarTitleText": "故障申报",
"enablePullDownRefresh": false
}
}, {
"path": "pages/equipment/repair",
"style": {
"navigationBarTitleText": "设备维修",
"enablePullDownRefresh": false
}
}, {
"path": "pages/model/failure",
"style": {
"navigationBarTitleText": "故障申报",
"enablePullDownRefresh": false
}
}, {
"path": "pages/model/repair",
"style": {
"navigationBarTitleText": "模具维修",
"enablePullDownRefresh": false
}
}, {
"path": "pages/equipment/index",
"style": {
"navigationBarTitleText": "设备管理",
"enablePullDownRefresh": false
}
}, {
"path": "pages/equipment/care",
"style": {
"navigationBarTitleText": "设备保养",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/equipment/select_part",
"style" :
{
"navigationBarTitleText": "选择备件",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/quality/qualityReceipt/index",
"style" :
{
"navigationBarTitleText" : "检验收样",
"enablePullDownRefresh" : false
}
}
,{
"path" : "pages/outsourcing/list",
"style" :
{
"navigationBarTitleText": "备料管理",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/outsourcing/finish/index",
"style" :
{
"navigationBarTitleText": "备料结单",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/outsourcing/finish/list",
"style" :
{
"navigationBarTitleText": "备料结单",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#0094ff",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/images/home.png",
"selectedIconPath": "static/images/selected_home.png",
"text": "首页"
}, {
"pagePath": "pages/index/user",
"iconPath": "static/images/user.png",
"selectedIconPath": "static/images/selected_user.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "MES",
"navigationBarBackgroundColor": "#f8f8f8",
"backgroundColor": "#fff"
},
"uniIdRouter": {}
}
1
https://gitee.com/jessica_liu/app-demo.git
git@gitee.com:jessica_liu/app-demo.git
jessica_liu
app-demo
app-demo
master

搜索帮助