添加网站文件
This commit is contained in:
47
config/default.php
Normal file
47
config/default.php
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
return [
|
||||
'copyright' => [
|
||||
'company_name' => 'Copyright © 2019-2021 广州好象科技有限公司',
|
||||
'number' => '京ICP证000000号',
|
||||
'link' => 'http://www.beian.gov.cn/portal/index.do'
|
||||
],
|
||||
'website' => [
|
||||
'admin_image' => '/static/common/image/default/login_form_img.png',
|
||||
'admin_title' => 'likeshop管理后台',
|
||||
'partner_image' => '/static/common/image/default/login_form_img.png',
|
||||
'partner_title' => 'LIKE 机构后台登录',
|
||||
'name' => 'likeshop',
|
||||
'mall_logo' => '/static/common/image/default/mall_logo@3x.png',
|
||||
'pc_logo' => '/static/common/image/default/backstage_logo.png',
|
||||
'login_logo' => '/static/common/image/default/login_logo_mall.png',
|
||||
'slogan' => '/static/common/image/default/slogan.png',
|
||||
'slogan_status' => 1, //标语是否显示 默认1显示 2隐藏
|
||||
'backstage_logo' => '/static/common/image/default/backstage_logo.png',
|
||||
'user_image' => '/static/common/image/default/user.png',//用户默认头像
|
||||
'partner_logo' => '/static/common/image/default/main.png',//店铺logo
|
||||
'goods_image' => '/static/common/image/default/main.png',//商品主图
|
||||
'system_notice' => '/static/common/image/default/system_notice.png',//系统通知图标
|
||||
'earning_notice' => '/static/common/image/default/earning_notice.png',//收益通知图标
|
||||
'web_favicon' => '/static/common/ico/default.ico', //浏览器图标
|
||||
'shop_login_logo' => '/static/common/image/default/login_logo_mall.png',//移动端登录logo
|
||||
],
|
||||
'decoration' => [ // 装修
|
||||
// 商品分类页布局图片
|
||||
'category_layout' => [
|
||||
1 => '/static/common/image/default/category_layout1.png',
|
||||
2 => '/static/common/image/default/category_layout2.png',
|
||||
3 => '/static/common/image/default/category_layout3.png',
|
||||
4 => '/static/common/image/default/category_layout4.png'
|
||||
],
|
||||
'category_layout_tips' => [
|
||||
1 => '一级布局,适合商品分类较少情形',
|
||||
2 => '一级布局,适合商品分类较少情形',
|
||||
3 => '二级布局,适合商品分类适中情形',
|
||||
4 => '三级布局,适合商品分类丰富情形'
|
||||
]
|
||||
],
|
||||
'distribution' => [
|
||||
'share_poster' => '/images/share/share_user_bg.png',
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user