From 5e649be819c7297c79c21c6dc120b4b6b362db9e Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 03 四月 2024 17:23:39 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 custom-tab-bar/data.js |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/custom-tab-bar/data.js b/custom-tab-bar/data.js
index 16a0b78..36dabc8 100644
--- a/custom-tab-bar/data.js
+++ b/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'
   },
-];
+];
\ No newline at end of file

--
Gitblit v1.9.1