更新
This commit is contained in:
parent
e2ab8552aa
commit
7f23c975c5
16
App.vue
16
App.vue
@ -38,14 +38,14 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
// 版本更新
|
// 版本更新
|
||||||
Updater.update({
|
// Updater.update({
|
||||||
title: '发现新版本',
|
// title: '发现新版本',
|
||||||
content: '1. 我们更新了新的UI设计\n2. 我们更新了新的UI设计\n3. 我们更新了新的UI设计\n4. 我们更新了新的UI设计\n',
|
// content: '1. 我们更新了新的UI设计\n2. 我们更新了新的UI设计\n3. 我们更新了新的UI设计\n4. 我们更新了新的UI设计\n',
|
||||||
versionName: '1.3.6',
|
// versionName: '1.3.6',
|
||||||
downUrl: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/__UNI__B5B1EDD__20230816174515.apk',
|
// downUrl: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/__UNI__B5B1EDD__20230816174515.apk',
|
||||||
force: false, // 是否强制更新
|
// force: false, // 是否强制更新
|
||||||
quiet: false // 是否静默更新
|
// quiet: false // 是否静默更新
|
||||||
})
|
// })
|
||||||
// #endif
|
// #endif
|
||||||
console.log('App Show')
|
console.log('App Show')
|
||||||
},
|
},
|
||||||
|
124
pages.json
124
pages.json
@ -69,7 +69,7 @@
|
|||||||
"titleNView": false
|
"titleNView": false
|
||||||
},
|
},
|
||||||
"navigationBarBackgroundColor": "#0122C7",
|
"navigationBarBackgroundColor": "#0122C7",
|
||||||
"navigationBarTextStyle": "white"
|
"navigationBarTextStyle": "white"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/oaManager/oaManager",
|
"path": "pages/oaManager/oaManager",
|
||||||
@ -571,67 +571,65 @@
|
|||||||
"navigationBarTextStyle": "white"
|
"navigationBarTextStyle": "white"
|
||||||
}
|
}
|
||||||
|
|
||||||
, {
|
}, {
|
||||||
"path": "property/agencyList",
|
"path": "property/agencyList",
|
||||||
"style": {
|
"style": {
|
||||||
|
"navigationBarTitleText": "签约列表",
|
||||||
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationBarBackgroundColor": "#0122C7",
|
||||||
|
"navigationBarTextStyle": "white"
|
||||||
|
}
|
||||||
|
|
||||||
"navigationBarTitleText": "签约列表",
|
}]
|
||||||
"enablePullDownRefresh": false,
|
}],
|
||||||
"navigationBarBackgroundColor": "#0122C7",
|
"globalStyle": {
|
||||||
"navigationBarTextStyle": "white"
|
"navigationBarTextStyle": "black",
|
||||||
}
|
"navigationBarTitleText": "uni-app",
|
||||||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||||||
}
|
"backgroundColor": "#F8F8F8"
|
||||||
]
|
},
|
||||||
}],
|
"tabBar": {
|
||||||
"globalStyle": {
|
"color": "#282828",
|
||||||
"navigationBarTextStyle": "black",
|
"selectedColor": "#0122C7",
|
||||||
"navigationBarTitleText": "uni-app",
|
"borderStyle": "white",
|
||||||
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#ffffff",
|
||||||
"backgroundColor": "#F8F8F8"
|
"list": [{
|
||||||
},
|
"pagePath": "pages/oaHome/oaHome",
|
||||||
"tabBar": {
|
"text": "首页",
|
||||||
"color": "#282828",
|
"iconPath": "/static/tabs-icon/home.png",
|
||||||
"selectedColor": "#0122C7",
|
"selectedIconPath": "/static/tabs-icon/home-a.png"
|
||||||
"borderStyle": "white",
|
},
|
||||||
"backgroundColor": "#ffffff",
|
{
|
||||||
"list": [{
|
"pagePath": "pages/oaExamine/oaExamine",
|
||||||
"pagePath": "pages/oaHome/oaHome",
|
"text": "审批",
|
||||||
"text": "首页",
|
"iconPath": "/static/tabs-icon/Task.png",
|
||||||
"iconPath": "/static/tabs-icon/home.png",
|
"selectedIconPath": "/static/tabs-icon/Task-a.png"
|
||||||
"selectedIconPath": "/static/tabs-icon/home-a.png"
|
},
|
||||||
},
|
{
|
||||||
{
|
"pagePath": "pages/oaTask/oaTask",
|
||||||
"pagePath": "pages/oaExamine/oaExamine",
|
"text": "任务",
|
||||||
"text": "审批",
|
"iconPath": "/static/tabs-icon/approval.png",
|
||||||
"iconPath": "/static/tabs-icon/Task.png",
|
"selectedIconPath": "/static/tabs-icon/approval-a.png"
|
||||||
"selectedIconPath": "/static/tabs-icon/Task-a.png"
|
},
|
||||||
},
|
// {
|
||||||
{
|
// "pagePath": "pages/oaManager/oaManager",
|
||||||
"pagePath": "pages/oaTask/oaTask",
|
// "text": "片区经理",
|
||||||
"text": "任务",
|
// "iconPath": "/static/tabs-icon/manager.png",
|
||||||
"iconPath": "/static/tabs-icon/approval.png",
|
// "selectedIconPath": "/static/tabs-icon/manager-a.png"
|
||||||
"selectedIconPath": "/static/tabs-icon/approval-a.png"
|
// },
|
||||||
},
|
{
|
||||||
// {
|
"pagePath": "pages/business/business",
|
||||||
// "pagePath": "pages/oaManager/oaManager",
|
"text": "商机",
|
||||||
// "text": "片区经理",
|
"iconPath": "/static/tabs-icon/manager.png",
|
||||||
// "iconPath": "/static/tabs-icon/manager.png",
|
"selectedIconPath": "/static/tabs-icon/manager-a.png"
|
||||||
// "selectedIconPath": "/static/tabs-icon/manager-a.png"
|
},
|
||||||
// },
|
{
|
||||||
{
|
"pagePath": "pages/oaMy/oaMy",
|
||||||
"pagePath": "pages/business/business",
|
"text": "我的",
|
||||||
"text": "商机",
|
"iconPath": "/static/tabs-icon/my.png",
|
||||||
"iconPath": "/static/tabs-icon/manager.png",
|
"selectedIconPath": "/static/tabs-icon/my-a.png"
|
||||||
"selectedIconPath": "/static/tabs-icon/manager-a.png"
|
}
|
||||||
},
|
]
|
||||||
{
|
},
|
||||||
"pagePath": "pages/oaMy/oaMy",
|
"uniIdRouter": {}
|
||||||
"text": "我的",
|
|
||||||
"iconPath": "/static/tabs-icon/my.png",
|
|
||||||
"selectedIconPath": "/static/tabs-icon/my-a.png"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"uniIdRouter": {}
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user