Commit e5c5fca0 authored by Gakki's avatar Gakki

yangpu

parent bdd0fa60
...@@ -48,7 +48,7 @@ async function GetRoutes(router) { ...@@ -48,7 +48,7 @@ async function GetRoutes(router) {
break break
default: // 当前仅可使用pudong / xuhui-sit/uat进行打包 default: // 当前仅可使用pudong / xuhui-sit/uat进行打包
MicRouters = xuhui MicRouters = yangpu
break break
} }
......
...@@ -19,18 +19,25 @@ ...@@ -19,18 +19,25 @@
}, },
{ {
"path": "/order/month", "name": "month", "path": "/order/month", "name": "month",
"meta": { "title": "检查单","menuIcon": "profile", "menuPath":false, "hideInBread":false }, "meta": { "title": "检查单", "menuIcon": "profile", "menuPath": false, "hideInBread": false },
"children":[ "children": [
{ {
"path": "/order/month/monthList", "name": "month", "path": "/order/month/monthList", "name": "month",
"meta": { "title": "房办月查列表","menuIcon": "profile", "menuPath":false, "hideInBread":false }, "meta": { "title": "房办月查", "menuIcon": "profile", "menuPath": false, "hideInBread": false },
"children": [
{
"path": "/order/month/monthList/monthListSect", "name": "monthListSect",
"meta": { "title": "房办月查小区列表", "menuPath": false, "hideInBread": false},
"children": [ "children": [
{ {
"path": "/order/month/monthInfo", "name": "monthInfo", "path": "/order/month/monthList/monthListSect/monthInfo", "name": "monthInfo",
"meta": { "title": "检查详情", "menuPath":false, "hideInBread":false } "meta": { "title": "检查详情", "menuPath": false, "hideInBread": false }
} }
] ]
} }
]
}
] ]
}, },
{ {
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<ComplaintsTrain moduletitle="应急报修" style="width:36%" /> <ComplaintsTrain moduletitle="应急报修" style="width:36%" />
</div> </div>
</div> </div>
<div id="home" class="layoutPadding" v-if="(this.$api.BASE_URL).indexOf('xuhui') > -1 || (this.$api.BASE_URL).indexOf('31.0.161.39') > -1"> <div id="home" class="layoutPadding">
<!-- <div id="home" class="layoutPadding" v-else> --> <!-- <div id="home" class="layoutPadding" v-else> -->
<a-row type="flex" class="align-stretch"> <a-row type="flex" class="align-stretch">
<a-col :span="24"> <a-col :span="24">
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<div class="portalDetailTitle"> <div class="portalDetailTitle">
<span class="title">查看小区详情</span> <span class="title">查看小区详情</span>
<div class="detailOperations"> <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/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 @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> <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