feat: 新增首页列表接口

This commit is contained in:
奔跑的面条
2022-05-22 15:06:45 +08:00
parent 0e52628842
commit b21fc3f5e7
4 changed files with 69 additions and 40 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ export const logout = async () => {
routerTurnByName(PageEnum.BASE_LOGIN_NAME)
}
} catch (error) {
window['$message'].success(window['$t']('global.logout_success'))
window['$message'].success(window['$t']('global.logout_failure'))
}
}