文件管理,接入验证码

This commit is contained in:
augushong
2019-08-24 13:42:57 +08:00
parent 3968213bb4
commit b9f4379bc4
15 changed files with 387 additions and 26 deletions

View File

@@ -9,7 +9,7 @@
"ulthon",
"admin"
],
"homepage": "http://ulthon_admin.ulthon.com/",
"homepage": "http://ulthon-admin.ulthon.com/",
"license": "Apache-2.0",
"authors": [
{
@@ -23,7 +23,8 @@
"topthink/think-orm": "2.0.*-dev",
"topthink/think-view": "^1.0",
"topthink/think-migration": "^3.0",
"topthink/think-helper": "^3.1"
"topthink/think-helper": "^3.1",
"topthink/think-captcha": "^3.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2"