This commit is contained in:
parent
8908dc6806
commit
045eac52aa
5
App.vue
5
App.vue
|
|
@ -19,13 +19,12 @@
|
|||
updateManager.onUpdateReady(function (res) {
|
||||
uni.showModal({
|
||||
title: '更新提示',
|
||||
content: '新版本已经准备好,是否重启应用?',
|
||||
content: '新版本已经准备好,是否重启应用?',
|
||||
success(res) {
|
||||
if (res.confirm) {
|
||||
// 新的版本已经下载好,调用 applyUpdate 应用新版本并重启
|
||||
updateManager.applyUpdate();
|
||||
}
|
||||
}
|
||||
} }
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,13 +29,21 @@
|
|||
BASE_IMG_URL:BASE_IMG_URL,
|
||||
tablist:[
|
||||
{
|
||||
pagePath: "/pages/index/index",
|
||||
iconPath: BASE_IMG_URL+"tab1.png",
|
||||
selectedIconPath: BASE_IMG_URL+"tab1_a.png",
|
||||
text: "首页",
|
||||
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/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",
|
||||
iconPath: BASE_IMG_URL+"tab2.png",
|
||||
|
|
@ -44,14 +52,6 @@
|
|||
isTip:true,
|
||||
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",
|
||||
iconPath: BASE_IMG_URL+"tab3.png",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,13 @@
|
|||
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
||||
},
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/index/contract/contract",
|
||||
"style": {
|
||||
"navigationBarTitleText": "采购",
|
||||
"navigationBarBackgroundColor": "#008EFF"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue