This commit is contained in:
zhangwentao 2026-01-26 10:07:47 +08:00
parent 8908dc6806
commit 045eac52aa
3 changed files with 21 additions and 15 deletions

View File

@ -24,8 +24,7 @@
if (res.confirm) { if (res.confirm) {
// applyUpdate // applyUpdate
updateManager.applyUpdate(); updateManager.applyUpdate();
} } }
}
}) })
}) })
} }

View File

@ -29,13 +29,21 @@
BASE_IMG_URL:BASE_IMG_URL, BASE_IMG_URL:BASE_IMG_URL,
tablist:[ tablist:[
{ {
pagePath: "/pages/index/index", pagePath: "/pages/index/contract/contract",
iconPath: BASE_IMG_URL+"tab1.png", iconPath: "https://hls.huhakeji.top/uploads/20260108/46d0feeaa65e6c2dbd47054fc333c467.png",
selectedIconPath: BASE_IMG_URL+"tab1_a.png", selectedIconPath: "https://hls.huhakeji.top/uploads/20260108/8cab46fc021348dc5cd7b2177206cb8a.png",
text: "首页", text: "采购",
isTip:true, isTip:true,
num:0 num:0
}, },
// {
// pagePath: "/pages/index/index",
// iconPath: BASE_IMG_URL+"tab1.png",
// selectedIconPath: BASE_IMG_URL+"tab1_a.png",
// text: "",
// isTip:true,
// num:0
// },
{ {
pagePath: "/pagesA/crm/customerManagement/customerManagement", pagePath: "/pagesA/crm/customerManagement/customerManagement",
iconPath: BASE_IMG_URL+"tab2.png", iconPath: BASE_IMG_URL+"tab2.png",
@ -44,14 +52,6 @@
isTip:true, isTip:true,
num:0 num:0
}, },
{
pagePath: "/pages/index/contract/contract",
iconPath: "https://hls.huhakeji.top/uploads/20260108/46d0feeaa65e6c2dbd47054fc333c467.png",
selectedIconPath: "https://hls.huhakeji.top/uploads/20260108/8cab46fc021348dc5cd7b2177206cb8a.png",
text: "采购",
isTip:true,
num:0
},
{ {
pagePath: "/pages/news/news", pagePath: "/pages/news/news",
iconPath: BASE_IMG_URL+"tab3.png", iconPath: BASE_IMG_URL+"tab3.png",

View File

@ -3,6 +3,13 @@
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
}, },
"pages": [ "pages": [
{
"path": "pages/index/contract/contract",
"style": {
"navigationBarTitleText": "采购",
"navigationBarBackgroundColor": "#008EFF"
}
},
{ {
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {