瀏覽代碼

跳转工程机系统

FengChaoYu 3 年之前
父節點
當前提交
8114099f49
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)