|
@@ -30,27 +30,31 @@ export default defineUniPages({
|
|
|
*
|
|
|
* 温馨提示:本文件的任何代码更改了之后,都需要重新运行,否则 pages.json 还是旧的,导致不是预期效果。
|
|
|
*/
|
|
|
- tabBar: {
|
|
|
- color: '#999999',
|
|
|
- selectedColor: '#e61b28',
|
|
|
- backgroundColor: '#ffffff',
|
|
|
- borderStyle: '#c1c1c1',
|
|
|
- height: '50px',
|
|
|
- fontSize: '10px',
|
|
|
- iconWidth: '24px',
|
|
|
- spacing: '3px',
|
|
|
- list: [{
|
|
|
- iconPath: 'static/tabbar/home.png',
|
|
|
- selectedIconPath: 'static/tabbar/homeHL.png',
|
|
|
- pagePath: 'pages/index/index',
|
|
|
- }, {
|
|
|
- iconPath: 'static/tabbar/income.png',
|
|
|
- selectedIconPath: 'static/tabbar/incomeHL.png',
|
|
|
- pagePath: 'pages/income/income',
|
|
|
- }, {
|
|
|
- iconPath: 'static/tabbar/mine.png',
|
|
|
- selectedIconPath: 'static/tabbar/mineHL.png',
|
|
|
- pagePath: 'pages/mine/mine',
|
|
|
- }],
|
|
|
- },
|
|
|
+ // tabBar: {
|
|
|
+ // color: '#999999',
|
|
|
+ // selectedColor: '#e61b28',
|
|
|
+ // backgroundColor: '#ffffff',
|
|
|
+ // borderStyle: '#c1c1c1',
|
|
|
+ // height: '50px',
|
|
|
+ // fontSize: '10px',
|
|
|
+ // iconWidth: '24px',
|
|
|
+ // spacing: '3px',
|
|
|
+ // list: [
|
|
|
+ // {
|
|
|
+ // iconPath: 'static/tabbar/home.png',
|
|
|
+ // selectedIconPath: 'static/tabbar/homeHL.png',
|
|
|
+ // pagePath: 'pages/index/index',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // iconPath: 'static/tabbar/income.png',
|
|
|
+ // selectedIconPath: 'static/tabbar/incomeHL.png',
|
|
|
+ // pagePath: 'pages/income/income',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // iconPath: 'static/tabbar/mine.png',
|
|
|
+ // selectedIconPath: 'static/tabbar/mineHL.png',
|
|
|
+ // pagePath: 'pages/mine/mine',
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
})
|