This commit is contained in:
@@ -92,26 +92,26 @@ export default defineAppConfig({
|
||||
list: [
|
||||
{
|
||||
pagePath: 'pages/index/index',
|
||||
iconPath: 'static/tabbar/1-01.png',
|
||||
selectedIconPath: 'static/tabbar/1-02.png',
|
||||
iconPath: 'static/tabbar/1-0.png',
|
||||
selectedIconPath: 'static/tabbar/1-1.png',
|
||||
text: '首页',
|
||||
},
|
||||
{
|
||||
pagePath: 'pages/game/gamehome/index',
|
||||
iconPath: 'static/tabbar/2-01.png',
|
||||
selectedIconPath: 'static/tabbar/2-02.png',
|
||||
iconPath: 'static/tabbar/2-0.png',
|
||||
selectedIconPath: 'static/tabbar/2-1.png',
|
||||
text: '游戏',
|
||||
},
|
||||
{
|
||||
pagePath: 'pages/cart/index',
|
||||
iconPath: 'static/tabbar/3-01.png',
|
||||
selectedIconPath: 'static/tabbar/3-02.png',
|
||||
iconPath: 'static/tabbar/3-0.png',
|
||||
selectedIconPath: 'static/tabbar/3-1.png',
|
||||
text: '购物车',
|
||||
},
|
||||
{
|
||||
pagePath: 'pages/user/index',
|
||||
iconPath: 'static/tabbar/4-01.png',
|
||||
selectedIconPath: 'static/tabbar/4-02.png',
|
||||
iconPath: 'static/tabbar/4-0.png',
|
||||
selectedIconPath: 'static/tabbar/4-1.png',
|
||||
text: '我的',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user