新增发布需求入口
This commit is contained in:
parent
a032e79b33
commit
f301cf8ab7
|
@ -64,6 +64,7 @@
|
|||
class="service-item"
|
||||
v-for="(item, index) in aftermarketServiceList"
|
||||
:key="index"
|
||||
@click="$utils.toPage(item.page)"
|
||||
>
|
||||
<image
|
||||
class="service-icon"
|
||||
|
@ -201,7 +202,7 @@ export default {
|
|||
id: 11,
|
||||
icon: require("@/static/temp/index/a3.png"),
|
||||
title: "保洁家政",
|
||||
page: "",
|
||||
page: "/pages/demand/demand",
|
||||
},
|
||||
{
|
||||
id: 12,
|
||||
|
|
Loading…
Reference in New Issue