Commit e8c1896a authored by 杨思琦's avatar 杨思琦

fix: 修复

parent feecce34
Pipeline #64599 passed with stages
......@@ -60,7 +60,7 @@ export const AppInitState = () => {
};
const client = getClient();
if (sessionStorage.getItem('client') && sessionStorage.getItem('client') !== client) {
if (sessionStorage.getItem('client') !== client) {
sessionStorage.setItem('client', client);
}
let config = window.globalConfig || {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment