parent
ae6fd4f3ff
commit
f10af4f1cc
@ -0,0 +1,4 @@ |
|||||||
|
export default definePageConfig({ |
||||||
|
navigationBarTitleText:'医学道', |
||||||
|
onReachBottomDistance: 30 |
||||||
|
}) |
@ -0,0 +1,14 @@ |
|||||||
|
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