mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-30 19:20:18 +08:00
refactor(projects): 动态路由权限完善
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export function adapterOfDataWithAdapter(res: Service.RequestResult<ApiDemo.DataWithAdapter>): Demo.DataWithAdapter {
|
||||
export function adapterOfFetchDataWithAdapter(
|
||||
res: Service.RequestResult<ApiDemo.DataWithAdapter>
|
||||
): Demo.DataWithAdapter {
|
||||
const { dataId, dataName } = res.data!;
|
||||
|
||||
const result: Demo.DataWithAdapter = {
|
||||
|
||||
Reference in New Issue
Block a user