rule.js 246 B

1234567891011121314151617
  1. /*
  2. * @Author: HonorLee
  3. * @Version 1.0
  4. * @LastUpdate 2018/6/20
  5. * @License MIT
  6. */
  7. module.exports = {
  8. '/':{
  9. permission:[],
  10. onerror:'R:/'
  11. },
  12. '/index':{
  13. permission:[],
  14. onerror:'A:Unauthorized'
  15. },
  16. }