mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
refactor: 接口命名规则统一为kebab-case串式命名法
This commit is contained in:
@@ -25,7 +25,7 @@ const mapList = (): Array<mapType> => {
|
||||
|
||||
export default [
|
||||
{
|
||||
url: "/getMapInfo",
|
||||
url: "/get-map-info",
|
||||
method: "get",
|
||||
response: () => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user