addons.php 869 B

1234567891011121314151617181920212223242526
  1. <?php
  2. return [
  3. 'autoload' => false,
  4. 'hooks' => [],
  5. 'route' => [
  6. '/$' => 'wwh/index/index',
  7. '/product/[:id]' => 'wwh/index/product',
  8. '/product_detail/[:id]' => 'wwh/index/product_detail',
  9. '/cases/[:id]' => 'wwh/index/cases',
  10. '/cases_detail/[:id]' => 'wwh/index/cases_detail',
  11. '/service/$' => 'wwh/index/service',
  12. '/market/$' => 'wwh/index/market',
  13. '/download/$' => 'wwh/index/download',
  14. '/news/[:id]' => 'wwh/index/news',
  15. '/news_detail/[:id]' => 'wwh/index/news_detail',
  16. '/about/$' => 'wwh/index/about',
  17. '/honor/$' => 'wwh/index/honor',
  18. '/join/$' => 'wwh/index/join',
  19. '/contact/$' => 'wwh/index/contact',
  20. '/search/$' => 'wwh/index/search',
  21. '/partner/$' => 'wwh/index/partner',
  22. ],
  23. 'priority' => [],
  24. 'domain' => '',
  25. ];