Commit 252275fc authored by chenkai@duiba.com.cn's avatar chenkai@duiba.com.cn

123

parent 01dfaadd
No preview for this file type
......@@ -7,7 +7,7 @@ export function checkLogin() {
const userStore = useUserStore();
const memberInfo = userStore.memberInfo;
if (memberInfo?.value?.memberId == "not_login") { //未登录
if (!memberInfo?.value?.memberId || memberInfo?.value?.memberId == "not_login") { //未登录
jump({
type: JumpType.INNER,
url: "/pages/activity/register",
......
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