diff --git a/pages.config.ts b/pages.config.ts index 672e834..bdb69ce 100644 --- a/pages.config.ts +++ b/pages.config.ts @@ -3,7 +3,7 @@ import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages' export default defineUniPages({ globalStyle: { navigationStyle: 'default', - navigationBarTitleText: 'unibest', + navigationBarTitleText: '星星勤务', navigationBarBackgroundColor: '#f8f8f8', navigationBarTextStyle: 'black', backgroundColor: '#FFFFFF' @@ -28,25 +28,25 @@ export default defineUniPages({ list: [ { iconPath: 'static/tabbar/home.png', - selectedIconPath: 'static/tabbar/homeHL.png', + selectedIconPath: 'static/tabbar/home_selected.png', pagePath: 'pages/home/home', text: '首页' }, { - iconPath: 'static/tabbar/home.png', - selectedIconPath: 'static/tabbar/homeHL.png', + iconPath: 'static/tabbar/workbench.png', + selectedIconPath: 'static/tabbar/workbench_selected.png', pagePath: 'pages/workbench/workbench', text: '工作台' }, { - iconPath: 'static/tabbar/home.png', - selectedIconPath: 'static/tabbar/homeHL.png', + iconPath: 'static/tabbar/notification.png', + selectedIconPath: 'static/tabbar/notification_selected.png', pagePath: 'pages/notification/notification', text: '消息' }, { - iconPath: 'static/tabbar/example.png', - selectedIconPath: 'static/tabbar/exampleHL.png', + iconPath: 'static/tabbar/mine.png', + selectedIconPath: 'static/tabbar/mine_selected.png', pagePath: 'pages/mine/mine', text: '我的' } diff --git a/src/App.vue b/src/App.vue index 49958a6..c22e5e4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,6 +14,12 @@