init
This commit is contained in:
parent
a9020d5e4f
commit
e07af2a6db
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal 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
BIN
Clash Verge
Normal file
Binary file not shown.
@ -8,7 +8,7 @@
|
|||||||
label-position="left"
|
label-position="left"
|
||||||
>
|
>
|
||||||
<div class="title-container">
|
<div class="title-container">
|
||||||
<h3 class="title">在线租车系统-登录</h3>
|
<h3 class="title">停车场管理系统-登录</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<el-form-item prop="Phone">
|
<el-form-item prop="Phone">
|
||||||
@ -100,8 +100,8 @@ export default {
|
|||||||
this.$store.dispatch("user/login", this.loginForm).then(() => {
|
this.$store.dispatch("user/login", this.loginForm).then(() => {
|
||||||
this.$store.dispatch("user/getInfo").then(() => {
|
this.$store.dispatch("user/getInfo").then(() => {
|
||||||
console.log(11111)
|
console.log(11111)
|
||||||
|
|
||||||
|
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user