diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue index 074bae8..c273d0c 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue @@ -178,7 +178,7 @@ export default Vue.extend({ }).then(res => { const dataList = res && res.data && res.data.data const hasAuditInfo = Array.isArray(dataList) && dataList.length !== 0 - const roles = sessionStorage.getItem('juese') + const roles = sessionStorage.getItem('jueseNew') const isCustomer = roles ? roles.includes('客户') : true if (hasAuditInfo || !isCustomer) { this.publish_type = type