|
|
@@ -34,25 +34,25 @@ export default {
|
|
|
let menus = [
|
|
|
{
|
|
|
name: 'home',
|
|
|
- title: this.traditionalized('首页'),
|
|
|
+ title: this.traditionalized('广场'),
|
|
|
icon: require('@assets/tabbar_icon_01.png'),
|
|
|
preIcon: 'icon-tabbar_icon_01'
|
|
|
},
|
|
|
{
|
|
|
name: 'discover',
|
|
|
- title: this.traditionalized('发现'),
|
|
|
+ title: this.traditionalized('天机阁'),
|
|
|
icon: require('@assets/tabbar_icon_02.png'),
|
|
|
preIcon: 'icon-tabbar_icon_02'
|
|
|
},
|
|
|
{
|
|
|
name: 'store',
|
|
|
- title: this.traditionalized('藏品室'),
|
|
|
+ title: this.traditionalized('须弥戒'),
|
|
|
icon: require('@assets/tabbar_icon_03.png'),
|
|
|
preIcon: 'icon-tabbar_icon_03'
|
|
|
},
|
|
|
{
|
|
|
name: 'mine',
|
|
|
- title: this.traditionalized('我的'),
|
|
|
+ title: this.traditionalized('名帖'),
|
|
|
icon: require('@assets/tabbar_icon_04.png'),
|
|
|
preIcon: 'icon-tabbar_icon_04'
|
|
|
}
|