params.php 458 B

123456789101112
  1. <?php
  2. /**
  3. * 重庆赤晓店信息科技有限公司
  4. * https://www.chixiaodian.com
  5. * Copyright (c) 2023 赤店商城 All rights reserved.
  6. */
  7. return [
  8. 'pageSize' => 10, // 列表每页展示数量, 一般用不到,优先使用前端传递的pageSize
  9. 'ws_url' => 'ws1.chixiaodian.vip', // 客服系统域名
  10. 'module_admin_login_uri' => '/admin/#/', // 后台登陆链接
  11. 'uri_path_dandianpuh5' => 'h8', // 单店铺h5路径
  12. ];