diff --git a/src/router/index.js b/src/router/index.js index 2ba181e..d08b373 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -53,6 +53,12 @@ const routes = [ meta: { title: "404", isBreadcrumb: false, isMenu: false }, component: () => import("@/views/404"), }, + { + path: "/api", + name: "/api", + meta: { title: "api", isBreadcrumb: false, isMenu: false }, + component: () => import("@/views/api/index"), + }, { path: "/mobile", meta: { isBreadcrumb: false, isMenu: false, isLogin: false }, diff --git a/src/views/api/index.vue b/src/views/api/index.vue new file mode 100644 index 0000000..b18bf64 --- /dev/null +++ b/src/views/api/index.vue @@ -0,0 +1,8458 @@ + + + + 数据交换平台API + + + + + + + {{ item1.name }} + + + + + + + + + + + {{ item.title }} + + + + 接口URL + {{ item.url }} + + + 请求数据类型 + application/json + + + 请求方式 + post + + + + 请求参数说明 + + + + + + + + + + + + + + + + + + + 请求示例 + + + + + + + 响应状态 + + + + + + + + + + + + 返回示例 + + + + + + + + + + 数据枚举信息 + + + + + + + + + + + + + + + + + +