From 5e91aee82e1fbd1897fa6e5414f0f81f3ff36940 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 14 Jul 2022 18:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E5=88=B6=E6=96=B9=E6=A1=88=E5=85=A8?= =?UTF-8?q?=E6=96=B0=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/develop/AppDeployCustom/add.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index fd9814f4..61b5ec83 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -100,10 +100,10 @@ export default { selectedColor: "#197DF0", backgroundColor: "#ffffff", list: [ - {pagePath: "pages/home/home", text: "首页", iconPath: "TabBar/home.png", selectedIconPath: "TabBar/home_selected.png"}, - {pagePath: "pages/service/service", text: "应用", iconPath: "TabBar/service.png", selectedIconPath: "TabBar/service_selected.png"}, + {pagePath: "pages/home/home", text: "首页", iconPath: "static/TabBar/home.png", selectedIconPath: "static/TabBar/home_selected.png"}, + {pagePath: "pages/service/service", text: "应用", iconPath: "static/TabBar/service.png", selectedIconPath: "static/TabBar/service_selected.png"}, v.form.customTabbar, - {pagePath: "pages/mine/my", text: "我的", iconPath: "TabBar/me.png", selectedIconPath: "TabBar/me_selected.png"} + {pagePath: "pages/mine/my", text: "我的", iconPath: "static/TabBar/me.png", selectedIconPath: "static/TabBar/me_selected.png"} ] }), customTabbar: { @@ -112,8 +112,8 @@ export default { id, pagePath: `pages/${name}/${name}`, text: label, - iconPath: `TabBar/custom.png`, - selectedIconPath: `TabBar/custom_selected.png` + iconPath: `static/TabBar/custom.png`, + selectedIconPath: `static/TabBar/custom_selected.png` } }, get() { @@ -182,8 +182,8 @@ export default { this.$set(this.form, 'customTabbar', customTabbar || { pagePath: "pages/AppEnteringVillage/AppEnteringVillage", text: "进村", - iconPath: "TabBar/village.png", - selectedIconPath: "TabBar/village_selected.png" + iconPath: "static/TabBar/custom.png", + selectedIconPath: "static/TabBar/custom_selected.png" }) } }