fix(XPack): 修复认证缓存内容
This commit is contained in:
parent
1dfbd16144
commit
f3e3e70658
|
@ -94,7 +94,7 @@ export function saveLocalStorage(response) {
|
|||
|
||||
export function saveLicense(data) {
|
||||
// 保存License
|
||||
localStorage.setItem(LicenseKey, JSON.stringify(data));
|
||||
localStorage.setItem(LicenseKey, data);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue