修改页面目录

This commit is contained in:
TOP糯米 2023-02-26 22:27:53 +08:00
parent 54be223896
commit b057b33e61
7 changed files with 14 additions and 14 deletions

View File

@ -38,7 +38,7 @@
}
},
{
"path": "pages/service/more",
"path": "pages/service/other/other",
"style": {
"navigationBarTitleText": "其他服务"
}
@ -104,19 +104,19 @@
}
},
{
"path": "pages/single/after-market",
"path": "pages/service/other/after-market",
"style": {
"navigationBarTitleText": "联保"
}
},
{
"path": "pages/single/project",
"path": "pages/service/other/project",
"style": {
"navigationBarTitleText": "工程安装"
}
},
{
"path": "pages/single/business",
"path": "pages/service/other/business",
"style": {
"navigationBarTitleText": "企业合作"
}
@ -155,7 +155,7 @@
"text": "分类"
},
{
"pagePath": "pages/single/after-market",
"pagePath": "pages/service/other/after-market",
"iconPath": "static/temp/tabbar/3.png",
"selectedIconPath": "static/temp/tabbar/3a.png",
"text": "联保"

View File

@ -164,7 +164,7 @@ export default {
id: 8,
icon: require("@/static/temp/index/8.png"),
title: "其他安装",
page: "/pages/service/more",
page: "/pages/service/other/other",
},
],
aftermarketServiceList: [
@ -204,13 +204,13 @@ export default {
id: 14,
icon: require("@/static/temp/index/b1.png"),
title: "工程安装",
page: "/pages/single/project",
page: "/pages/service/other/project",
},
{
id: 15,
icon: require("@/static/temp/index/b2.png"),
title: "企业合作安装",
page: "/pages/single/business",
page: "/pages/service/other/business",
},
],
};

View File

@ -40,12 +40,12 @@
<text class="title limit-line clamp-1">我是师傅</text>
<text class="iconfont icon-jinru more"></text>
</view>
<view class="widget-item" @click="utils.toPage('/pages/single/project')">
<view class="widget-item" @click="utils.toPage('/pages/service/other/project')">
<text class="iconfont icon-cailiaogongcheng icon"></text>
<text class="title limit-line clamp-1">工程安装</text>
<text class="iconfont icon-jinru more"></text>
</view>
<view class="widget-item" @click="utils.toPage('/pages/single/business')">
<view class="widget-item" @click="utils.toPage('/pages/service/other/business')">
<text class="iconfont icon-qiye icon"></text>
<text class="title limit-line clamp-1">企业安装合作</text>
<text class="iconfont icon-jinru more"></text>

View File

@ -74,7 +74,7 @@
<script>
import AppLayout from "@/components/layout/layout";
export default {
name: "single-after-market",
name: "service-other-after-market",
data() {
return {
background: require("@/static/temp/single/3.png"),

View File

@ -61,7 +61,7 @@
<script>
import AppLayout from "@/components/layout/layout";
export default {
name: "single-business",
name: "service-other-business",
data() {
return {
background: require("@/static/temp/single/2.png"),

View File

@ -17,7 +17,7 @@
<script>
import AppLayout from "@/components/layout/layout";
export default {
name: "service-more",
name: "service-other",
data() {
return {
utils: this.$utils,

View File

@ -98,7 +98,7 @@
import AppLayout from "@/components/layout/layout";
import WidgetCountModify from "@/components/widgets/count-modify";
export default {
name: "single-project",
name: "service-other-project",
data() {
return {
background: require("@/static/temp/single/1.png"),