This commit is contained in:
shuguang 2024-11-11 23:03:32 +08:00
parent a9020d5e4f
commit e07af2a6db
3 changed files with 9 additions and 3 deletions

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

BIN
Clash Verge Normal file

Binary file not shown.

View File

@ -8,7 +8,7 @@
label-position="left"
>
<div class="title-container">
<h3 class="title">在线租车系统-登录</h3>
<h3 class="title">停车场管理系统-登录</h3>
</div>
<el-form-item prop="Phone">
@ -100,8 +100,8 @@ export default {
this.$store.dispatch("user/login", this.loginForm).then(() => {
this.$store.dispatch("user/getInfo").then(() => {
console.log(11111)
}).catch(() => {
this.loading = false;
});