闫增涛
2025-01-02 14ed505ae64153919fcfedbcdfc03e508a1ffa50
custom-tab-bar/data.js
@@ -1,5 +1,4 @@
export default [
  {
export default [{
    id: 0,
    text: '首页',
    url: 'pages/home/home',
@@ -17,7 +16,7 @@
  {
    id: 2,
    text: '学习',
    url: 'pages/student/index',
    url: 'pages/study/index',
    icon: '/static/images/home/learn@2x.png',
    activeIcon: '/static/images/home/learn-click@2x.png'
  },
@@ -35,4 +34,4 @@
    icon: '/static/images/home/my@2x.png',
    activeIcon: '/static/images/home/my-click@2x.png'
  },
];
];