
一套轻量级企业团队图片资源管理系统、图床系统
使用thinkphp+vue开发,前后端分离;下载后根据安装教程安装即可使用
index.html
index.php<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}注:完成后若开启前台注册请登录管理员账号配置发信邮箱

下载地址:
LightPicture
下载