config.php 131 B

12345678910
  1. <?php
  2. return array(
  3. //图片上传允许的存储目录
  4. 'imageSavePath' => array (
  5. 'upload1', 'upload2', 'upload3'
  6. )
  7. );