feat: sas分支代理地址调为本地

Former-commit-id: 4352f15f4d6ea3a12b14de3ab129691e0bd4505b
This commit is contained in:
horizons
2022-09-26 08:15:03 +08:00
parent 81d7880ebc
commit 9d1c08e043
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import Cookies from 'js-cookie';
const SESSION_ID_KEY = 'SCG_SESSION_ID';
const SESSION_ID_KEY = 'GATEWAY_SESSION_ID';
export const hasLogin = () => {
const sessionId = Cookies.get(SESSION_ID_KEY);