src/api/systemManage/role/index.ts
@@ -9,6 +9,12 @@ method: 'get' }); }, getExpList: () => { return request({ url: import.meta.env.VITE_API_URL + `/account/user/identity/list`, method: 'post' }); }, // v2 addRole: (data: object) => { return request({