12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?php
- return [
- 'site_pfg'=>'易购房后台管理系统',
- 'match'=>[
- 'password'=>'/^[a-zA-Z\d_]{6,32}+$/',
- 'mobile'=>"/^1[23456789]\d{9}$/",
- ],
- 'cacheKey'=>[
- 'user_pwd'=>'usererror',
- 'user_token'=>'usertoken',
- ],
- 'state'=>[
- 1=>'正常',
- 2=>'禁用',
- ],
- 'RecommendedState'=>[
- 1=>'不推荐',
- 2=>'推荐'
- ],
- 'UserSuperadministrator'=>'admin',
- 'HousePriceUnit'=>[
- "元/㎡",
- "元/㎡起",
- "万/套",
- "万/套起",
- "亿/套",
- ],
- 'house_view'=>[
- 1=>'上架',
- 2=>'下架',
- ],
- 'houseCommentReadState' => [
- 1 => "未读",
- 2 => "已读",
- ],
- 'newsStatus'=>[
- 1=>'Y',
- 2=>'N'
- ],
- 'watermark_img'=> [
- 'url'=>'img/watermark/',
- ],
- 'TinifyApiKey'=> 'hJTC_ufj_ngLLswbmNi75-em6nvbnm-s',
- 'tinifyUrl'=>'/tinifyimg/imgcompress',
- ];
|