accessAuth.go 253 B

12345678910111213
  1. /*
  2. * @description: 访问权限认证
  3. * @Author: CP
  4. * @Date: 2020-10-09 10:43:39
  5. * @FilePath: \construction_management\web\middleware\accessAuth.go
  6. */
  7. package middleware
  8. import "github.com/kataras/iris/v12"
  9. func accessAuth(ctx iris.Context) {
  10. }