config.php 448 B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. array(
  4. 'name' => 'rewrite',
  5. 'title' => '伪静态',
  6. 'type' => 'array',
  7. 'content' =>
  8. array(
  9. ),
  10. 'value' =>
  11. array(
  12. 'index/index' => '/qrcode$',
  13. 'index/build' => '/qrcode/build$',
  14. ),
  15. 'rule' => 'required',
  16. 'msg' => '',
  17. 'tip' => '',
  18. 'ok' => '',
  19. 'extend' => '',
  20. ),
  21. ];