You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
340 B

3 years ago
<script>
export default {
onLaunch() {
// 跳转到登录页面
console.log("onLaunch")
// #ifdef H5
// 小程序不能跳转,否则会触发多次初始化
uni.navigateTo({
url:"/pages/login/login"
})
// #endif
3 years ago
}
}
</script>
<style lang="scss">
@import url('./static/icon/iconfont.css');
</style>