跳转语法uni.switchTab({
url: '/pages/index/index'
});
login.vue代码
login.css
.login_q{ width: 100%; height: 400rpx; position: relative; /* 设置相对定位 */ } .login_z{ width: 100%; height: 80rpx; background-color: #fff; position: absolute; /* 设置绝对定位 */ top: 424rpx; /* 定位到顶部 */ border-radius: 40rpx 40rpx 0rpx 0rpx; } .login_w{ width: 100%; height: 800rpx; display: flex; justify-content: center; } .login_s{ width: 90%; height: 800rpx; } .tit_q{ display: flex; justify-content: center; font-size: 46rpx; } .login_x{ margin-top: 40rpx; }