parent
b6736c49d2
commit
0a7669f0ef
@ -1,2 +1,3 @@ |
|||||||
TARO_APP_API=https://playedu.yaojiankang.top |
#TARO_APP_API=https://playedu.yaojiankang.top |
||||||
|
TARO_APP_API=https://mooc.yaojiankang.top |
||||||
TARO_APP_LGOIN=false |
TARO_APP_LGOIN=false |
||||||
|
@ -1,5 +1,5 @@ |
|||||||
export default definePageConfig({ |
export default definePageConfig({ |
||||||
navigationBarTitleText: '首页', |
navigationBarTitleText: '首页', |
||||||
navigationStyle: 'custom', |
navigationStyle: 'custom', |
||||||
onReachBottomDistance: 30 |
onReachBottomDistance: 50 |
||||||
}) |
}) |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
export default definePageConfig({ |
export default definePageConfig({ |
||||||
navigationBarTitleText: '', |
navigationBarTitleText: '疾病知识列表', |
||||||
onReachBottomDistance: 30 |
onReachBottomDistance: 30 |
||||||
}) |
}) |
||||||
|
Loading…
Reference in new issue