{
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
"path" : "pages/test/test01",
|
"style" :
|
{
|
"navigationBarTitleText": "测试1",
|
"enablePullDownRefresh": false
|
}
|
|
},
|
{
|
"path": "pages/LoginDemo/LoginDemo",
|
"style": {
|
"navigationBarTitleText": "登录"
|
}
|
},
|
{
|
"path": "pages/home/home",
|
"style": {
|
"navigationBarTitleText": "Home"
|
}
|
},
|
{
|
"path": "pages/component/demo",
|
"style": {
|
"navigationBarTitleText": "测试"
|
}
|
},
|
{
|
"path": "pages/common/data-list/dataDetail",
|
"style": {
|
"navigationBarTitleText": "明细"
|
}
|
},
|
{
|
"path": "pages/project/bf/home/home",
|
"style": {
|
"navigationBarTitleText": "主页"
|
}
|
},
|
{
|
"path": "pages/project/jf/home/home",
|
"style": {
|
"navigationBarTitleText": "主页"
|
}
|
},
|
{
|
"path": "pages/project/jk/home/home",
|
"style": {
|
"navigationBarTitleText": "主页"
|
}
|
},
|
{
|
"path": "pages/project/tzsk/home/home",
|
"style": {
|
"navigationBarTitleText": "主页"
|
}
|
},
|
{
|
"path": "pages/project/demo/home/home",
|
"style": {
|
"navigationBarTitleText": "Demo Home"
|
}
|
},
|
{
|
"path": "pages/project/ps/home/home",
|
"style": {
|
"navigationBarTitleText": "主页"
|
}
|
},
|
{
|
"path" : "pages/project/ps/pakin/pakin",
|
"style" :
|
{
|
"navigationBarTitleText": "组托",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/project/pakin/pakin",
|
"style" :
|
{
|
"navigationBarTitleText": "组托入库",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
"titleNView": {
|
"backgroundColor": "#fff"
|
}
|
}
|
}
|
|
}
|
,{
|
"path" : "pages/maoboli/card",
|
"style" :
|
{
|
"navigationBarTitleText": "card",
|
"enablePullDownRefresh": false
|
}
|
|
},
|
{
|
"path" : "pages/maoboli/maoboli",
|
"style" :
|
{
|
"navigationBarTitleText": "毛玻璃",
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
{
|
"path" : "pages/common/mat/matPick",
|
"style" :
|
{
|
"navigationBarTitleText" : "提取物料",
|
"enablePullDownRefresh" : false
|
}
|
},
|
{
|
"path" : "pages/user/user",
|
"style" :
|
{
|
"navigationBarTitleText" : "账号",
|
"enablePullDownRefresh" : false
|
}
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uni-app",
|
"navigationBarBackgroundColor": "#fff",
|
"backgroundColor": "#fff",
|
"app-plus": {
|
"bounce": "none"
|
}
|
|
},
|
"uniIdRouter": {}
|
}
|