111
This commit is contained in:
parent
fa06729b2b
commit
d0e44848d4
91
pages.json
91
pages.json
|
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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(){
|
|
@ -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() {
|
Loading…
Reference in New Issue
Block a user