parent
702cee4693
commit
9a88cbc309
@ -0,0 +1,4 @@ |
||||
export default definePageConfig({ |
||||
navigationBarTitleText: '首页', |
||||
navigationStyle: 'custom', |
||||
}) |
@ -0,0 +1,10 @@ |
||||
import {FC} from "react"; |
||||
import {View} from "@tarojs/components"; |
||||
|
||||
const Home: FC = () => { |
||||
return ( |
||||
<View>2</View> |
||||
) |
||||
} |
||||
|
||||
export default Home |
@ -1,4 +0,0 @@ |
||||
export default definePageConfig({ |
||||
navigationBarTitleText:'医学道', |
||||
onReachBottomDistance: 30 |
||||
}) |
@ -1,14 +0,0 @@ |
||||
import {FC} from "react"; |
||||
import {View, Navigator} from "@tarojs/components"; |
||||
|
||||
const Preview: FC = () => { |
||||
return ( |
||||
<View> |
||||
预览..... |
||||
|
||||
<Navigator url='/pages/login/login'>登录</Navigator> |
||||
</View> |
||||
) |
||||
} |
||||
|
||||
export default Preview |
Loading…
Reference in new issue