闫增涛
2024-04-03 5e649be819c7297c79c21c6dc120b4b6b362db9e
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'
  },
];
];