初始化主页跳转的几个界面

master
Gary 4 weeks ago
parent bdb529d420
commit 7541b66d76

@ -185,7 +185,7 @@
},*/ },*/
/*-------------------------------------------------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------------------------------------------------*/
/* { /* {
"path": "pages/homepages/user/user", "path": "pages/homepages/user/user/user",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
@ -197,7 +197,43 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}*/ }*/
/*--------------------------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------------------------*/,
{
"path": "pages/homepages/user/user_information/user_information",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/homepages/user/bmi_imformation/bmi_imformation",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/homepages/user/basic_information/basic_information",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/homepages/user/exercise_plans/exercise_plans",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/homepages/user/recipe_and_calorie/recipe_and_calorie",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
/*----------------------------------------------------------------------------------------------------------------*/
], ],
"uniIdRouter": {}, "uniIdRouter": {},
"tabBar": null "tabBar": null

@ -0,0 +1,17 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {};
}
}
</script>
<style lang="scss">
</style>

@ -0,0 +1,17 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {};
}
}
</script>
<style lang="scss">
</style>

@ -0,0 +1,17 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {};
}
}
</script>
<style lang="scss">
</style>

@ -0,0 +1,17 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {};
}
}
</script>
<style lang="scss">
</style>
Loading…
Cancel
Save