refactor: 优化首页菜单图标显示方式 fix: 修复SignalR连接初始化问题 style: 更新manifest.json版本号至2.0.0 chore: 新增多个SVG图标资源 perf: 为登录接口添加超时处理 docs: 更新API接口文档 test: 添加油漆件叫料相关测试用例 build: 更新依赖版本
242 lines
5.1 KiB
JSON
242 lines
5.1 KiB
JSON
{
|
|
"pages": [{
|
|
"path": "pages/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}, {
|
|
"path": "pages/register",
|
|
"style": {
|
|
"navigationBarTitleText": "注册"
|
|
}
|
|
}, {
|
|
"path": "pages/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
}, {
|
|
"path": "pages/work/index",
|
|
"style": {
|
|
"navigationBarTitleText": "功能"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}, {
|
|
"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": "浏览网页"
|
|
}
|
|
}, {
|
|
"path": "pages/common/textview/index",
|
|
"style": {
|
|
"navigationBarTitleText": "浏览文本"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/materialManagement/materialPreparation/index",
|
|
"style": {
|
|
"navigationBarTitleText": "备料管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/materialManagement/materialPreparation/batching",
|
|
"style": {
|
|
"navigationBarTitleText": "配料任务"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/materialManagement/materialPreparation/taskDetail",
|
|
"style": {
|
|
"navigationBarTitleText": "任务详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/materialManagement/materialPreparation/scanAddBatching",
|
|
"style": {
|
|
"navigationBarTitleText": "扫码配料"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/tool/scan",
|
|
"style": {
|
|
"navigationBarTitleText": "标签扫码"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/materialManagement/preparationByPlan/index",
|
|
"style": {
|
|
"navigationBarTitleText": "备料任务清单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/materialManagement/preparationByPlan/addTask/addTask",
|
|
"style": {
|
|
"navigationBarTitleText": "创建任务"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/materialManagement/preparationByPlan/taskDetail",
|
|
"style": {
|
|
"navigationBarTitleText": "备料任务详情"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/produceManagement/workorder/workorder",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "工单列表"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/produceManagement/workorder/workorder02",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "工单列表"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/produceManagement/workorder/workorder03",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "工单列表"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/produceManagement/reportWorkOrder/reportWorkOrder",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "工单报工"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/produceManagement/scanWorkOrder/scanWorkOrder",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "扫码报工"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/produceManagement/andon/alarm",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "安灯报警"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/produceManagement/andon/respond",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "故障响应"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/produceManagement/andon/record",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "响应记录"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/produceManagement/scanLabelReport/scanLabelReport",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "标签扫码报工"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/produceManagement/checkLabel/checkLabel",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "U16,U17线报工"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/produceManagement/checkLabel2/checkLabel2",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "U03,U05线报工"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/produceManagement/paintMaterial/paint_call",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "产线油漆件叫料"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/produceManagement/paintMaterial/paint_receive",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "产线油漆件收料"
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#000000",
|
|
"selectedColor": "#2979ff",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/index",
|
|
"iconPath": "static/images/tabbar/home.png",
|
|
"selectedIconPath": "static/images/tabbar/home_.png",
|
|
"text": "首页"
|
|
}, {
|
|
"pagePath": "pages/work/index",
|
|
"iconPath": "static/images/tabbar/work.png",
|
|
"selectedIconPath": "static/images/tabbar/work_.png",
|
|
"text": "管理"
|
|
}, {
|
|
"pagePath": "pages/mine/index",
|
|
"iconPath": "static/images/tabbar/mine.png",
|
|
"selectedIconPath": "static/images/tabbar/mine_.png",
|
|
"text": "我的"
|
|
}]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "首页",
|
|
"navigationBarBackgroundColor": "#2979ff"
|
|
}
|
|
} |