feat: 替换mock-server插件

This commit is contained in:
kailong321200875
2023-11-29 15:34:17 +08:00
parent 3502493cbe
commit b8f9a9940d
21 changed files with 215 additions and 233 deletions

View File

@@ -1,5 +1,5 @@
import request from '@/config/axios'
export const getRoleListApi = () => {
return request.get({ url: '/role/table' })
return request.get({ url: '/mock/role/table' })
}