This commit is contained in:
parent
8908dc6806
commit
045eac52aa
3
App.vue
3
App.vue
|
|
@ -24,8 +24,7 @@
|
||||||
if (res.confirm) {
|
if (res.confirm) {
|
||||||
// 新的版本已经下载好,调用 applyUpdate 应用新版本并重启
|
// 新的版本已经下载好,调用 applyUpdate 应用新版本并重启
|
||||||
updateManager.applyUpdate();
|
updateManager.applyUpdate();
|
||||||
}
|
} }
|
||||||
}
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue