lipengcheng 1 month ago
parent
commit
2b6340c730
  1. 1
      pages/login/login.vue

1
pages/login/login.vue

@ -69,6 +69,7 @@ export default {
methods: { methods: {
handleLogin() { handleLogin() {
uni.showToast({ title: "登录", icon: "none" }); uni.showToast({ title: "登录", icon: "none" });
uni.switchTab({ url: "/pages/tabBar/work/index" });
}, },
}, },
}; };

Loading…
Cancel
Save