diff --git a/pages.config.ts b/pages.config.ts index 6ddcbc9..4755d34 100644 --- a/pages.config.ts +++ b/pages.config.ts @@ -36,7 +36,7 @@ export default defineUniPages({ iconPath: 'static/tabbar/invest.png', selectedIconPath: 'static/tabbar/investHL.png', pagePath: 'pages/invest/index', - text: '理财', + text: '保障', }, { iconPath: 'static/tabbar/house.png', diff --git a/src/pages.json b/src/pages.json index be154f7..17f98ee 100644 --- a/src/pages.json +++ b/src/pages.json @@ -33,7 +33,7 @@ "iconPath": "static/tabbar/invest.png", "selectedIconPath": "static/tabbar/investHL.png", "pagePath": "pages/invest/index", - "text": "理财" + "text": "保障" }, { "iconPath": "static/tabbar/house.png", @@ -72,7 +72,7 @@ "type": "page", "style": { "navigationStyle": "custom", - "navigationBarTitleText": "理财" + "navigationBarTitleText": "保障" } }, { diff --git a/src/pages/invest/index.vue b/src/pages/invest/index.vue index 1c2b27e..47e9acc 100644 --- a/src/pages/invest/index.vue +++ b/src/pages/invest/index.vue @@ -3,7 +3,7 @@ { style: { navigationStyle: 'custom', - navigationBarTitleText: '理财', + navigationBarTitleText: '保障', }, }