学吧服务端

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

README.md

vue3js-template-service

1.单点登录

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

2.注解

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

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