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" }) } }