navbar.js 105 B

123456
  1. // 导航栏国际化
  2. export default {
  3. dashboard: '首页',
  4. logout: '注销',
  5. my: '个人中心'
  6. }