ソースを参照

将token过期时间设置为24小时

chenxiqiang 7 年 前
コミット
0f393e0615
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2
    1
      manage-server/app/Models/HomePage.php

+ 2
- 1
manage-server/app/Models/HomePage.php ファイルの表示

11
     protected $fillable = [
11
     protected $fillable = [
12
         'introduce',
12
         'introduce',
13
         'content',
13
         'content',
14
-        'photo'
14
+        'photo',
15
+        'bottom_introduce',
15
     ];
16
     ];
16
 }
17
 }

Loading…
キャンセル
保存