pages/login/Login.vue @@ -198,6 +198,8 @@ * 普通登录 */ const handleLogin = async () => { console.log(98); try { if (!username.value || !password.value) { uni.showToast({ title: "请输入账号密码", icon: "none" });