setting
parent
16b04e024b
commit
ab018a431f
|
|
@ -15,6 +15,8 @@ class AppSettingSeeder extends Seeder
|
|||
*/
|
||||
public function run()
|
||||
{
|
||||
Setting::truncate();
|
||||
Setting::truncate();
|
||||
foreach ([
|
||||
'app'=> [
|
||||
'value'=> [
|
||||
|
|
@ -100,9 +102,11 @@ class AppSettingSeeder extends Seeder
|
|||
'remarks' => '个推配置',
|
||||
],
|
||||
'custom' => [
|
||||
'key_value' => [
|
||||
'wechat_mini_show_vip_banner' => 'https://zcs-test.oss-cn-chengdu.aliyuncs.com/ac/is_vip.png',
|
||||
'wechat_mini_become_vip_banner' => 'https://zcs-test.oss-cn-chengdu.aliyuncs.com/ac/not_vip.png',
|
||||
'value' => [
|
||||
'key_value' => [
|
||||
'wechat_mini_show_vip_banner' => 'https://zcs-test.oss-cn-chengdu.aliyuncs.com/ac/is_vip.png',
|
||||
'wechat_mini_become_vip_banner' => 'https://zcs-test.oss-cn-chengdu.aliyuncs.com/ac/not_vip.png',
|
||||
]
|
||||
]
|
||||
]
|
||||
] as $key => $values) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue