瀏覽代碼

Removed error on navbar

master
Kobus 5 年之前
父節點
當前提交
613c5bb3b1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/components/shared/navBar.vue

+ 1
- 1
src/components/shared/navBar.vue 查看文件

243
       'token',
243
       'token',
244
     ]),
244
     ]),
245
     NAME() {
245
     NAME() {
246
-      return JSON.parse(this.person).fullName;
246
+      return this.person.fullName;
247
     },
247
     },
248
     isLoggedIn() {
248
     isLoggedIn() {
249
       return this.token !== null && this.token !== undefined;
249
       return this.token !== null && this.token !== undefined;

Loading…
取消
儲存