This commit is contained in:
zhoutianchi
2026-02-28 18:40:13 +08:00
parent 9014cab959
commit c24432ea9b
5 changed files with 54 additions and 24 deletions

View File

@@ -42,7 +42,6 @@ export const useUserInfo = defineStore('userInfo', {
async login(data:any) {
data.grant_type = 'password';
data.scope = 'server';
return new Promise((resolve, reject) => {
login(data)
.then((res) => {