deeb0b1c by lihua

fix

1 parent 1594d96a
......@@ -65,7 +65,7 @@ const useUserStore = defineStore(
if (info.code == '00000') {
localStorage.setItem('userInfoData', JSON.stringify(info.data));
userInfoData.value = info.data;
window.location.href = location.origin + info.data[0].menuList[0].path
// window.location.href = location.origin + info.data[0].menuList[0].path
} else {
ElMessage.error(info.msg)
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!