Explorar el Código

跳转工程机系统

FengChaoYu hace 3 años
padre
commit
8114099f49
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/layout/components/Navbar.vue

+ 1 - 1
src/layout/components/Navbar.vue

@@ -103,7 +103,7 @@ export default {
     this.timer = setInterval(function () {
       that.initNotice()
     }, 3000)
-    this.userInfo = JSON.parse(localStorage.getItem("greemall_user"))
+    this.userInfo = JSON.parse(localStorage.getItem("supply_user"))
   },
   beforeDestroy() {
     window.clearInterval(this.timer)