优化前端路由代码

This commit is contained in:
不做码农
2021-12-04 18:05:20 +08:00
parent c46d5015d2
commit 97692460fe
6 changed files with 22 additions and 50 deletions

View File

@@ -24,7 +24,7 @@ export function getInfo() {
}
// 退出方法
export function logOut() {
export function logout() {
return request({
url: '/LogOut',
method: 'POST'