1
QYF-GitLab1
2024-12-18 b3f54fc91f0d95678f8364978691fd0cbc85e6e8
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'
  },
];
];