1、登录loading问题临时处理

2、服务电话电话提交后刷新
This commit is contained in:
2024-10-14 11:09:10 +08:00
parent f224bdd440
commit 238a089f4f
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -165,7 +165,8 @@ const login = (formEl) => {
if (!formEl) return;
formEl.validate((valid) => {
if (valid) {
loading.value = true;
// 不知道提交失败后怎么关闭,暂时先不开启
// loading.value = true;
console.log(globalStore);
if (loginForm.checked) {
+1
View File
@@ -57,6 +57,7 @@ const initData = () => {
const onSubmit = () => {
console.log('submit!')
updateConfig(form).then((res) => {
serviceTelephone.value = form.content;
console.log('编辑数据成功')
console.log(ElMessage)
ElMessage({