diff --git a/warehousing-system/project_web/src/components/Home.vue b/warehousing-system/project_web/src/components/Home.vue index 074a0566..7d17512d 100644 --- a/warehousing-system/project_web/src/components/Home.vue +++ b/warehousing-system/project_web/src/components/Home.vue @@ -121,7 +121,8 @@ export default { }, mounted () { - this.user = window.sessionStorage.getItem('token').substr(32) + // this.user = window.sessionStorage.getItem('token').substr(32) + this.user = "9a3860f0f2af471982e919657099913dddd" } } diff --git a/warehousing-system/project_web/src/components/Login.vue b/warehousing-system/project_web/src/components/Login.vue index 53377556..0db0ce51 100644 --- a/warehousing-system/project_web/src/components/Login.vue +++ b/warehousing-system/project_web/src/components/Login.vue @@ -1,26 +1,47 @@