export default { computed: { pageAuth() { const vuex = JSON.parse(localStorage.getItem("vuex") || "{}"); return vuex?.pageAuth || { inqAuthrt: 'N', regAuthrt: 'N', mdfcnAuthrt: 'N', delAuthrt: 'N', fileDwnldAuthrt: 'N', regAuthrt: 'N', }; } } };