Skip to content

Commit b90c5d6

Browse files
committed
前端部分配置分离 新增nuxt-app 服务端渲染框架
1 parent 6c18e86 commit b90c5d6

File tree

830 files changed

+28
-298183
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

830 files changed

+28
-298183
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea
22
.DS_Store
3+
nuxt-app

apiblog/.DS_Store

2 KB
Binary file not shown.

apiblog/app/.DS_Store

0 Bytes
Binary file not shown.

apiblog/app/Models/Articles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function topic()
2727
return $this->hasMany(Administrator::class,'id','user_id');
2828
}
2929

30-
public function getCoverImgAttribute($key)
30+
public function setCoverImgAttribute($key)
3131
{
3232
if(strstr($key,'http')==false){
3333
if(env('DISK')=='qiniu'){

apiblog/public/vendor/dcat-admin/adminlte/adminlte-blue-light.css

Lines changed: 0 additions & 20 deletions
This file was deleted.

apiblog/public/vendor/dcat-admin/adminlte/adminlte-blue.css

Lines changed: 0 additions & 20 deletions
This file was deleted.

apiblog/public/vendor/dcat-admin/adminlte/adminlte-green.css

Lines changed: 0 additions & 20 deletions
This file was deleted.

apiblog/public/vendor/dcat-admin/adminlte/adminlte.css

Lines changed: 0 additions & 20 deletions
This file was deleted.

apiblog/public/vendor/dcat-admin/adminlte/adminlte.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

apiblog/public/vendor/dcat-admin/adminlte/adminlte.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)