修改登录传的appkey
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -33,6 +33,7 @@ const useUserStore = defineStore( | ... | @@ -33,6 +33,7 @@ const useUserStore = defineStore( |
| 33 | function getToken(data, state) { | 33 | function getToken(data, state) { |
| 34 | data.platformGuid = "7f16f697aec111ef8656fa163e60becd"; | 34 | data.platformGuid = "7f16f697aec111ef8656fa163e60becd"; |
| 35 | data.userType = 2; | 35 | data.userType = 2; |
| 36 | data.appKey = '691689d8e4b0f359c04d204a'; | ||
| 36 | data.validateUri = location.origin == 'http://localhost:9000' ? 'http://localhost:9000/' : location.origin + '/'; | 37 | data.validateUri = location.origin == 'http://localhost:9000' ? 'http://localhost:9000/' : location.origin + '/'; |
| 37 | return getTokenPromise.value = getTokenByCode(data).then((res: any) => { | 38 | return getTokenPromise.value = getTokenByCode(data).then((res: any) => { |
| 38 | getTokenPromise.value = null; | 39 | getTokenPromise.value = null; | ... | ... |
-
Please register or sign in to post a comment