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.
 
 
 

107 lines
2.2 KiB

{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark"
}
}
],
"subPackages": [{
"root": "pages/sub",
"pages": [
{
"path": "machineList/machineList",
"style": {
"navigationBarTitleText": "机器列表",
"enablePullDownRefresh": true
}
},
{
"path": "mechanicalMonitor/mechanicalMonitor",
"style": {
"navigationBarTitleText": "机器监控",
"enablePullDownRefresh": true
}
},
{
"path": "mechanicalLog/mechanicalLog",
"style": {
"navigationBarTitleText": "机器日志",
"enablePullDownRefresh": true
}
},
{
"path": "executionRecord/executionRecord",
"style": {
"navigationBarTitleText": "执行记录",
"enablePullDownRefresh": true
}
},
{
"path": "logPanel/logPanel",
"style": {
"navigationBarTitleText": "日志面板",
"enablePullDownRefresh": true
}
},
{
"path": "logPanel/addNewLog",
"style": {
"navigationBarTitleText": "新增日志",
"enablePullDownRefresh": true
}
},
{
"path": "batchExecution/batchExecution",
"style": {
"navigationBarTitleText": "批量执行",
"enablePullDownRefresh": true
}
},
{
"path": "batchExecution/selectMachine",
"style": {
"navigationBarTitleText": "选择机器",
"enablePullDownRefresh": true
}
},
{
"path": "batchExecution/selectTemplate",
"style": {
"navigationBarTitleText": "选择模版",
"enablePullDownRefresh": true
}
},
{
"path": "batchExecution/executionDetails",
"style": {
"navigationBarTitleText": "选择模版",
"enablePullDownRefresh": true
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff"
},
"uniIdRouter": {},
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
}
}