学吧服务端

zs ddba9f5e0d 修改课程表 il y a 8 mois
src ddba9f5e0d 修改课程表 il y a 8 mois
test 0de1090043 创建 il y a 9 mois
.editorconfig 0de1090043 创建 il y a 9 mois
.eslintrc.json 0de1090043 创建 il y a 9 mois
.gitignore 0de1090043 创建 il y a 9 mois
.prettierrc.js 0de1090043 创建 il y a 9 mois
README.md 0de1090043 创建 il y a 9 mois
README.zh-CN.md 0de1090043 创建 il y a 9 mois
bootstrap.js 0de1090043 创建 il y a 9 mois
ecosystem.config.js 0de1090043 创建 il y a 9 mois
jest.config.js 0de1090043 创建 il y a 9 mois
package-lock.json 0de1090043 创建 il y a 9 mois
package.json 0de1090043 创建 il y a 9 mois
pnpm-lock.yaml 0de1090043 创建 il y a 9 mois
tsconfig.json 0de1090043 创建 il y a 9 mois

README.md

vue3js-template-service

1.单点登录

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

2.注解

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

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