✨ feat: 增加智慧库房,完善项目盈亏
This commit is contained in:
33
pages.json
33
pages.json
@@ -389,7 +389,23 @@
|
||||
"navigationBarTitleText" : "项目盈亏",
|
||||
"navigationStyle": "default"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/workbench/attendance/attendance",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "人员考勤",
|
||||
"navigationStyle": "default"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/workbench/smartWM/smartWM",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "智慧库房",
|
||||
"navigationStyle": "default"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
"color": "#8E9AB0",
|
||||
@@ -404,12 +420,12 @@
|
||||
"selectedIconPath": "static/images/tabbar_conversation_active.png",
|
||||
"text": "消息"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/contact/index/index",
|
||||
"iconPath": "./static/images/tabbar_contacts.png",
|
||||
"selectedIconPath": "static/images/tabbar_contacts_active.png",
|
||||
"text": "通讯录"
|
||||
},
|
||||
// {
|
||||
// "pagePath": "pages/contact/index/index",
|
||||
// "iconPath": "./static/images/tabbar_contacts.png",
|
||||
// "selectedIconPath": "static/images/tabbar_contacts_active.png",
|
||||
// "text": "通讯录"
|
||||
// },
|
||||
{
|
||||
"pagePath": "pages/workbench/index/index",
|
||||
"iconPath": "/static/images/tabbar_workbench.png",
|
||||
@@ -434,7 +450,8 @@
|
||||
"easycom": {
|
||||
"autoscan": true,
|
||||
"custom": {
|
||||
"^oa-(.*)": "components/oa/oa-$1/index.vue"
|
||||
"^oa-(.*)": "components/oa/oa-$1/index.vue",
|
||||
"^fad-(.*)": "components/fad-ui/fad-$1/index.vue"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user