111
This commit is contained in:
parent
fa06729b2b
commit
d0e44848d4
91
pages.json
91
pages.json
|
@ -185,54 +185,10 @@
|
|||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "worke/CarModel",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "worke/modelMt",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "worke/ChargingTemplate",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "worke/ChargingDetail",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "worke/sysSet",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// ... 分包A的其他页面
|
||||
]
|
||||
|
@ -366,6 +322,51 @@
|
|||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "CarModel",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "modelMt",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "ChargingTemplate",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "ChargingDetail",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "sysSet",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -274,15 +274,15 @@
|
|||
})
|
||||
}else if(num==9){
|
||||
uni.navigateTo({
|
||||
url:'/pages_admin/worke/CarModel'
|
||||
url:'/pages_adminSet/CarModel'
|
||||
})
|
||||
}else if(num==10){
|
||||
uni.navigateTo({
|
||||
url:'/pages_admin/worke/ChargingTemplate'
|
||||
url:'/pages_adminSet/ChargingTemplate'
|
||||
})
|
||||
}else if(num==11){
|
||||
uni.navigateTo({
|
||||
url:'/pages_admin/worke/sysSet'
|
||||
url:'/pages_adminSet/sysSet'
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
methods: {
|
||||
addmodel(){
|
||||
uni.navigateTo({
|
||||
url:'/pages_admin/worke/modelMt'
|
||||
url:'/pages_adminSet/modelMt'
|
||||
})
|
||||
},
|
||||
del(item){
|
||||
|
@ -111,7 +111,7 @@
|
|||
},
|
||||
todetail(item){
|
||||
uni.navigateTo({
|
||||
url:'/pages_admin/worke/modelMt?modelId='+item.modelId
|
||||
url:'/pages_adminSet/modelMt?modelId='+item.modelId
|
||||
})
|
||||
},
|
||||
getModelList(){
|
|
@ -178,7 +178,7 @@
|
|||
},
|
||||
addmodel() {
|
||||
uni.navigateTo({
|
||||
url: '/pages_admin/worke/ChargingDetail'
|
||||
url: '/pages_adminSet/ChargingDetail'
|
||||
})
|
||||
},
|
||||
del(item) {
|
||||
|
@ -215,7 +215,7 @@
|
|||
},
|
||||
todetail(item) {
|
||||
uni.navigateTo({
|
||||
url: '/pages_admin/worke/ChargingDetail?ruleId=' + item.ruleId
|
||||
url: '/pages_adminSet/ChargingDetail?ruleId=' + item.ruleId
|
||||
})
|
||||
},
|
||||
getModelList() {
|
Loading…
Reference in New Issue
Block a user