|
@@ -8,7 +8,15 @@ export default defineUniPages({
|
|
|
'^uni-(.*)': '@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue',
|
|
'^uni-(.*)': '@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue',
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
|
|
+ entryPagePath: 'pages/home/index',
|
|
|
pages: [
|
|
pages: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'pages/home/index',
|
|
|
|
|
+ type: 'page',
|
|
|
|
|
+ style: {
|
|
|
|
|
+ navigationBarTitleText: '首页',
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
path: 'pages/feed-calculator/index',
|
|
path: 'pages/feed-calculator/index',
|
|
|
type: 'page',
|
|
type: 'page',
|
|
@@ -23,7 +31,6 @@ export default defineUniPages({
|
|
|
navigationBarTitleText: '喂养计划',
|
|
navigationBarTitleText: '喂养计划',
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
-
|
|
|
|
|
{
|
|
{
|
|
|
path: 'pages/me/index',
|
|
path: 'pages/me/index',
|
|
|
type: 'page',
|
|
type: 'page',
|
|
@@ -83,12 +90,12 @@ export default defineUniPages({
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
globalStyle: {
|
|
globalStyle: {
|
|
|
- backgroundColor: '@bgColor',
|
|
|
|
|
|
|
+ backgroundColor: '#fff',
|
|
|
backgroundColorBottom: '@bgColorBottom',
|
|
backgroundColorBottom: '@bgColorBottom',
|
|
|
backgroundColorTop: '@bgColorTop',
|
|
backgroundColorTop: '@bgColorTop',
|
|
|
backgroundTextStyle: '@bgTxtStyle',
|
|
backgroundTextStyle: '@bgTxtStyle',
|
|
|
navigationBarBackgroundColor: '#fff',
|
|
navigationBarBackgroundColor: '#fff',
|
|
|
navigationBarTextStyle: 'black',
|
|
navigationBarTextStyle: 'black',
|
|
|
- navigationBarTitleText: 'Vitesse-Uni',
|
|
|
|
|
|
|
+ navigationBarTitleText: '布兰德宠物喂养助手',
|
|
|
},
|
|
},
|
|
|
})
|
|
})
|