hookehuyr

refactor(导航): 更新兑换页面的路由路径

将底部导航栏中兑换页面的路由路径从'/pages/Rewards/index'更新为'/pages/RewardCategories/index'
1 <!-- 1 <!--
2 * @Date: 2025-08-27 17:44:10 2 * @Date: 2025-08-27 17:44:10
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-08-27 23:12:17 4 + * @LastEditTime: 2025-08-28 13:36:05
5 * @FilePath: /map-demo/src/components/BottomNav.vue 5 * @FilePath: /map-demo/src/components/BottomNav.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -39,7 +39,7 @@ const isMiniProgramWebView = computed(() => { ...@@ -39,7 +39,7 @@ const isMiniProgramWebView = computed(() => {
39 const navItems = shallowRef([ 39 const navItems = shallowRef([
40 { path: '/pages/Dashboard/index', icon: homeIcon, label: '首页' }, 40 { path: '/pages/Dashboard/index', icon: homeIcon, label: '首页' },
41 { path: '/pages/Activities/index', icon: activitiesIcon, label: '活动' }, 41 { path: '/pages/Activities/index', icon: activitiesIcon, label: '活动' },
42 - { path: '/pages/Rewards/index', icon: rewardsIcon, label: '兑换' }, 42 + { path: '/pages/RewardCategories/index', icon: rewardsIcon, label: '兑换' },
43 { path: '/pages/Profile/index', icon: meIcon, label: '我的' }, 43 { path: '/pages/Profile/index', icon: meIcon, label: '我的' },
44 ]); 44 ]);
45 45
......
1 <!-- 1 <!--
2 * @Date: 2024-09-15 22:08:49 2 * @Date: 2024-09-15 22:08:49
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-08-26 17:21:24 4 + * @LastEditTime: 2025-08-28 13:35:08
5 * @FilePath: /map-demo/src/views/checkin/info.vue 5 * @FilePath: /map-demo/src/views/checkin/info.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
......