Commit 13e79c34 authored by Gakki's avatar Gakki

a

parent 00051c22
......@@ -46,7 +46,7 @@ async function GetRoutes(router) {
break
default: // 当前仅可使用pudong / xuhui-sit/uat进行打包
MicRouters = pudong
MicRouters = xuhui
break
}
......
{
"Layout": [
{
"path": "/order/disposal", "name": "Disposal",
"meta": { "title": "处置单列表", "menuPath":false, "menuIcon": "profile","hideInBread":false},
......@@ -15,6 +16,72 @@
]
}
]
},
{
"path": "/order/month", "name": "month",
"meta": { "title": "检查单","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children":[
{
"path": "/order/month/monthList", "name": "month",
"meta": { "title": "房办月查列表","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children": [
{
"path": "/order/month/monthInfo", "name": "monthInfo",
"meta": { "title": "检查详情", "menuPath":false, "hideInBread":false }
}
]
}
]
},
{
"path": "/order/checkBuilding", "name": "checkBuilding",
"meta": { "title": "2020年勘验门牌幢", "menuPath": false, "menuIcon": "profile", "hideInBread": false },
"children": [
{
"path": "/order/checkbuilding/checkBuildingList", "name": "checkBuildingList",
"meta": { "title": "勘验门牌幢列表", "menuPath": false, "menuIcon": "profile", "hideInBread": false }
}
]
},
{
"path": "/question/repair", "name": "repairList",
"meta": { "title": "应急报修","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children":[
{
"path": "/question/repair/repairList", "name": "repairList",
"meta": { "title": "应急报修列表","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children": [
{
"path": "/question/repair/repairInfo", "name": "repairInfo",
"meta": { "title": "报修详情", "menuPath":false, "hideInBread":false }
}
]
}
]
},
{
"path": "/question/tousu", "name": "tousu",
"meta": { "title": "投诉信息", "menuPath": true, "menuIcon": "profile", "hideInBread": true },
"children": [
{
"path": "/question/tousu/tousuQuestion", "name": "tousuQuestion",
"meta": { "title": "投诉问题排行", "menuPath":true, "hideInBread":false},
"children":[
{
"path": "/question/tousu/tousuQuestion/questionInfo", "name": "questionInfo",
"meta": { "title": "投诉问题列表", "menuPath":false, "hideInBread":false }
},
{
"path": "/question/tousu/tousuQuestion/tousuDetails", "name": "tousuDetails",
"meta": { "title": "投诉问题详情", "menuPath":false, "hideInBread":false }
}
]
},
{
"path": "/question/tousu/tousuDensity", "name": "tousuDensity",
"meta": { "title": "投诉密度排行", "menuPath":true, "hideInBread":false}
}
]
}
]
}
\ No newline at end of file
......@@ -6,7 +6,7 @@
<div class="portalDetailTitle">
<span class="title">查看小区详情</span>
<div class="detailOperations">
<a-button @click="$router.push({path: `/houseData/feeStandard`,query:{id:$route.query.id,name:$route.query.name}})"> 物业收费标准 </a-button>
<!-- <a-button @click="$router.push({path: `/houseData/feeStandard`,query:{id:$route.query.id,name:$route.query.name}})"> 物业收费标准 </a-button> -->
<a-button @click="$router.push({path: `/houseData/buildings`,query:{id:$route.query.id,name:$route.query.name}})"> 门牌幢 </a-button>
<a-button @click="$router.push({path: `/houseData/shebei/${$route.query.id}`})"> 设施设备 </a-button>
<a-button v-if="$store.state.isXuhui" @click="$router.push({path: `/houseData/shebeikanyan/${$route.query.id}`,query:{id:$route.query.id,communityName:detail.stNameFrst}})"> 设施设备(勘验) </a-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment