diff --git a/src/utils/authSessionState.js b/src/utils/authSessionState.js index fd63e79..6072edb 100644 --- a/src/utils/authSessionState.js +++ b/src/utils/authSessionState.js @@ -1,7 +1,3 @@ import { ref } from 'vue'; -// This flag is used by the router guard to know if a navigation -// is occurring immediately after a successful login. -// If true, the guard can choose to bypass an immediate session check (e.g., getUserInfo) -// for that first navigation, assuming the new token is valid. export const justLoggedIn = ref(false); \ No newline at end of file diff --git a/src/views/index/DemandList.vue b/src/views/index/DemandList.vue index 8e24374..72836da 100644 --- a/src/views/index/DemandList.vue +++ b/src/views/index/DemandList.vue @@ -42,6 +42,7 @@ +