Sin descripción

zs 182bb81f6f 修改聊天记录 hace 1 año
src 182bb81f6f 修改聊天记录 hace 1 año
test ccee9eca9e 创建 hace 1 año
.editorconfig ccee9eca9e 创建 hace 1 año
.eslintrc.json ccee9eca9e 创建 hace 1 año
.gitignore ccee9eca9e 创建 hace 1 año
.prettierrc.js ccee9eca9e 创建 hace 1 año
README.md ccee9eca9e 创建 hace 1 año
README.zh-CN.md ccee9eca9e 创建 hace 1 año
bootstrap.js ccee9eca9e 创建 hace 1 año
ecosystem.config.js ccee9eca9e 创建 hace 1 año
jest.config.js ccee9eca9e 创建 hace 1 año
package-lock.json 39bbfad798 修改 hace 1 año
package.json 3a4a553c1c 数据变化日志;es同步 hace 1 año
pnpm-lock.yaml 3a4a553c1c 数据变化日志;es同步 hace 1 año
tsconfig.json ccee9eca9e 创建 hace 1 año

README.md

vue3js-template-service

1.单点登录

  • 1.不需要登录就可以使用的接口: 请求函数的方法注解参数添加 description: 'ignore'即可

2.注解

  • checkPermissionCode |注解名|类型|说明| |:-:|:-:|:-:| |roleCode|string|该接口权限所需标识 ${路由名称}.${功能}|

  • dataRecord |注解名|类型|说明| |:-:|:-:|:-:| |before|string|获取原数据的函数名;该service下的函数名,纯自定义| |after|string|获取新数据的函数名;该service下的函数名,纯自定义|