修改所有首页为数字广东

This commit is contained in:
2025-12-01 17:38:37 +08:00
parent 25e9fac1b9
commit 5ba58bafa6
5 changed files with 12 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ export const nativeTabbarList: NativeTabBarItem[] = [
iconPath: 'static/tabbar/home.png',
selectedIconPath: 'static/tabbar/homeHL.png',
pagePath: 'pages/index/index',
text: '首页',
text: '数字广东',
},
{
iconPath: 'static/tabbar/personal.png',
@@ -43,7 +43,7 @@ export const nativeTabbarList: NativeTabBarItem[] = [
// 如果需要配置鼓包,需要在 'tabbar/store.ts' 里面设置,最后在 `tabbar/index.vue` 里面更改鼓包的图片
export const customTabbarList: CustomTabBarItem[] = [
{
text: '首页',
text: '数字广东',
pagePath: 'pages/index/index',
// 注意 unocss 图标需要如下处理:(二选一)
// 1在fg-tabbar.vue页面上引入一下并注释掉见tabbar/index.vue代码第2行