简历采用页面接口报错问题
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-11-18 11:47:39 +08:00
parent 6cb544117c
commit d9de0f22cf
1 changed files with 1 additions and 1 deletions

View File

@ -63,8 +63,8 @@ router.beforeEach(async (to, from, next) => {
if (hasToken) { if (hasToken) {
if (to.path === '/login' || to.path === '/recompose' || to.path === '/email-recompose' || to.path === '/error' || to.path === '/ReviewersResearchForm' || to.path === '/ReviewersResearch') { if (to.path === '/login' || to.path === '/recompose' || to.path === '/email-recompose' || to.path === '/error' || to.path === '/ReviewersResearchForm' || to.path === '/ReviewersResearch') {
if (to.path === '/ReviewersResearch') { if (to.path === '/ReviewersResearch') {
await store.dispatch('user/logout')
await OSSclient() await OSSclient()
await store.dispatch('user/logout')
} }
if (to.path === '/ReviewersResearchForm') { if (to.path === '/ReviewersResearchForm') {
await OSSclient() await OSSclient()