update list response

This commit is contained in:
lb
2022-08-04 14:41:47 +08:00
parent d3752c4f40
commit 3df2939fb4
33 changed files with 79 additions and 76 deletions

View File

@@ -98,7 +98,7 @@ export default {
if (!valid) {
return false
}
this.$http.post('/login', this.dataForm).then(({ data: res }) => {
this.$http.post(this.$http.adornUrl('/login'), this.dataForm).then(({ data: res }) => {
if (res.code !== 200) {
// this.getCaptcha()
return this.$message.error(res.msg)