{
|
"easycom": {
|
|
"autoscan": true,
|
"custom": {
|
// uni-ui 规则如下配置
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
}
|
},
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pagess
|
{
|
"path": "pages/index/index",
|
"style": {
|
"navigationBarTitleText": "NorthGlass Scaner"
|
}
|
},
|
{
|
"path" : "pages/mainView/mainView",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
},
|
{
|
"path" : "pages/reportingWork/reportingWork",
|
"style" :
|
{
|
"navigationBarTitleText" : "Report for work"
|
}
|
},
|
{
|
"path" : "pages/glassInfo/glassInfo",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
},
|
{
|
"path" : "pages/QuantityCompletion/QuantityCompletion",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
},
|
{
|
"path" : "pages/ReviewReporitingWork/ReviewReporitingWork",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
},
|
{
|
"path" : "pages/ReportingWorkList/ReportingWorkList",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
},
|
{
|
"path" : "pages/login/login",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
},
|
{
|
"path" : "pages/statement/orderList",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
},
|
{
|
"path" : "pages/statement/deliveryList",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
},
|
{
|
"path" : "pages/statement/originalGlassList",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
},
|
{
|
"path" : "pages/glassFinishToStore/glassFinishToStore",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
},
|
{
|
"path" : "pages/warehouseOut/warehouseOut",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uni-app",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
},
|
"uniIdRouter": {}
|
}
|