mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-01-20 16:53:37 +08:00
refactor: 接口命名规则统一为kebab-case串式命名法
This commit is contained in:
@@ -3,7 +3,7 @@ import { MockMethod } from "vite-plugin-mock";
|
||||
// 模拟刷新token接口
|
||||
export default [
|
||||
{
|
||||
url: "/refreshToken",
|
||||
url: "/refresh-token",
|
||||
method: "post",
|
||||
response: ({ body }) => {
|
||||
if (body.refreshToken) {
|
||||
|
||||
Reference in New Issue
Block a user