保存进度!
This commit is contained in:
parent
c96aad3b0d
commit
47c5327c54
@ -3,7 +3,7 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2022-12-14 15:23:54
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2022-12-23 18:18:09
|
||||
* @LastEditTime: 2022-12-25 20:27:50
|
||||
* @FilePath: \admin_system\src\views\account\Login.vue
|
||||
* @Description:
|
||||
*
|
||||
@ -72,6 +72,7 @@ export default {
|
||||
{ type: "regiester", label: "注册" },
|
||||
],
|
||||
current_menu: "",
|
||||
staffInfo: null,
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
@ -108,6 +109,8 @@ export default {
|
||||
type: "success",
|
||||
center: true,
|
||||
});
|
||||
|
||||
this.staffInfo = data.staffInfo;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -121,6 +124,12 @@ export default {
|
||||
.catch((error) =>
|
||||
{
|
||||
console.log(error);
|
||||
|
||||
ElMessage({
|
||||
message: error.message,
|
||||
type: "error",
|
||||
center: true,
|
||||
});
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user