This commit is contained in:
tx 2024-10-22 18:09:23 +08:00
parent fa06729b2b
commit d0e44848d4
7 changed files with 53 additions and 52 deletions

View File

@ -185,55 +185,11 @@
"navigationStyle": "custom", "navigationStyle": "custom",
"enablePullDownRefresh" : false "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 // ... A
] ]
}, },
@ -366,6 +322,51 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "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
}
} }

View File

@ -274,15 +274,15 @@
}) })
}else if(num==9){ }else if(num==9){
uni.navigateTo({ uni.navigateTo({
url:'/pages_admin/worke/CarModel' url:'/pages_adminSet/CarModel'
}) })
}else if(num==10){ }else if(num==10){
uni.navigateTo({ uni.navigateTo({
url:'/pages_admin/worke/ChargingTemplate' url:'/pages_adminSet/ChargingTemplate'
}) })
}else if(num==11){ }else if(num==11){
uni.navigateTo({ uni.navigateTo({
url:'/pages_admin/worke/sysSet' url:'/pages_adminSet/sysSet'
}) })
} }

View File

@ -74,7 +74,7 @@
methods: { methods: {
addmodel(){ addmodel(){
uni.navigateTo({ uni.navigateTo({
url:'/pages_admin/worke/modelMt' url:'/pages_adminSet/modelMt'
}) })
}, },
del(item){ del(item){
@ -111,7 +111,7 @@
}, },
todetail(item){ todetail(item){
uni.navigateTo({ uni.navigateTo({
url:'/pages_admin/worke/modelMt?modelId='+item.modelId url:'/pages_adminSet/modelMt?modelId='+item.modelId
}) })
}, },
getModelList(){ getModelList(){

View File

@ -178,7 +178,7 @@
}, },
addmodel() { addmodel() {
uni.navigateTo({ uni.navigateTo({
url: '/pages_admin/worke/ChargingDetail' url: '/pages_adminSet/ChargingDetail'
}) })
}, },
del(item) { del(item) {
@ -215,7 +215,7 @@
}, },
todetail(item) { todetail(item) {
uni.navigateTo({ uni.navigateTo({
url: '/pages_admin/worke/ChargingDetail?ruleId=' + item.ruleId url: '/pages_adminSet/ChargingDetail?ruleId=' + item.ruleId
}) })
}, },
getModelList() { getModelList() {