更改服务器地址

master
Gary 5 days ago
parent b4be4577ac
commit 7130e3ef6e

@ -26,10 +26,10 @@ export default {
//
fit_journey_basic_address: 'http://47.122.61.54:8086',//TODO:
fit_journey_community_address: 'http://47.122.61.54:8082',//TODO:
fit_journey_ai_address: 'http://47.122.61.54:8080',//TODO
fit_journey_ai_address: 'http://47.122.61.54:8081',//TODO
fit_journey_login_address: 'http://127.0.0.1:8084',//TODO:
fit_journey_recipe_address: 'http://47.122.61.54:8087',//TODO:
fit_journey_exercise_address: 'http://47.122.61.54:8088',//TODO:
fit_journey_exercise_address: 'http://47.122.61.54:8080',//TODO:
fit_journey_admin_address: 'http://47.122.61.54:8085',//TODO:
// TODO: token localStorage

@ -115,7 +115,6 @@ export default {
position: absolute;
width: 95%; /* 宽度占95% */
height: 10%; /* 高度 */
bottom: 1.2%; /* 距离底部2% */
left: 2.5%; /* 左侧2.5% */
background-color: khaki; /* 初始颜色 */

@ -182,13 +182,13 @@
"navigationStyle": "custom"
}
}
/* {
/* {
"path": "pages/homepages/homes/my_recipe_plan/my_recipe_plan",
"style": {
"navigationStyle": "custom"
}
},*/
/* {
/* {
"path": "pages/homepages/temp/temp",
"style": {
"navigationStyle": "custom"
@ -456,8 +456,28 @@
}*/
/*------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/,
{
"path": "pages/homepages/homes/my_exercise_plan/my_exercise_plan",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/homepages/homes/choice_book/choice_book",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/homepages/homes/knowlege_dictionary/knowlege_dictionary",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"uniIdRouter": {},
"tabBar": null

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

@ -34,12 +34,10 @@
</view>
<!--空白区域 -->
<view class="block_area"></view>
<!--底部导航栏 -->
<!--底部导航栏 TODO修改完成底部菜单栏部分-->
<view class="bar_home">
<tarbar_home class="bar"></tarbar_home>
<tarbar_home></tarbar_home>
</view>
</view>
</template>
<script>
@ -51,6 +49,7 @@ export default {
methods:{
}
}
</script>
<style lang="scss">
@import "@/static/homepages/homes/home/css/home.scss";

@ -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