feat: 增加作家注册功能

This commit is contained in:
xiongxiaoyang
2022-05-29 15:24:24 +08:00
parent 9fe9a6a0e7
commit 6535af4038
12 changed files with 1287 additions and 70 deletions

View File

@ -1,7 +1,7 @@
# 开发环境配置
ENV = 'development'
VUE_APP_BASE_API_URL = 'http://127.0.0.1:8888/api/front'
VUE_APP_BASE_API_URL = 'http://127.0.0.1:8888/api'
VUE_APP_BASE_IMG_URL = 'http://47.106.243.172:8888'
VUE_APP_BASE_UPLOAD_IMG_URL = 'http://127.0.0.1:8888'