优化规格选择

This commit is contained in:
gyq
2024-03-14 15:58:56 +08:00
parent d83b593db1
commit dc306aeff0
5 changed files with 28 additions and 45 deletions

View File

@@ -105,8 +105,8 @@ const rules = reactive({
const submitHandle = () => {
formRef.value.validate(async (valid) => {
if (valid) {
loading.value = true;
store.userlogin(form).then((res) => {
loading.value = true;
ElMessage.success("登录成功");
setTimeout(() => {
router.replace({