feat import routes
This commit is contained in:
@@ -33,5 +33,15 @@ export default [
|
||||
data: asyncRoutesMap
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
url: '/routes',
|
||||
type: 'put',
|
||||
response: _ => {
|
||||
return {
|
||||
code: 20000,
|
||||
data: {}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user