PAMapp/components/NavBar.vue
@@ -34,7 +34,7 @@ <script lang="ts"> import { Vue, Component } from 'vue-property-decorator'; import { namespace } from 'nuxt-property-decorator'; import { Role } from '~/assets/ts/models/enum/Role'; import { Role } from '~/shared/models/enum/role'; import * as _ from 'lodash'; const roleStorage = namespace('localStorage'); @@ -77,6 +77,11 @@ title: '我的顧問清單', }, { authorityOfRoleList: [Role.NOT_LOGIN, Role.USER], routeUrl: '/faq', title: 'F&Q 常見問題', }, { authorityOfRoleList: [Role.USER, Role.ADMIN], routeUrl: '', title: '登出',