feat:添加管理员登录
This commit is contained in:
7
.env.example
Normal file
7
.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
# =============================================================================
|
||||
# 管理端本地配置示例:复制为 .env.local 后按需修改
|
||||
# =============================================================================
|
||||
|
||||
# 必填:Laravel 应用根 URL(无尾部斜杠)。axios 会请求 {此地址}/api/v1/...
|
||||
# 需保证 Laravel 已允许该来源的 CORS(本地一般为 http://localhost:3000 等)。
|
||||
NEXT_PUBLIC_LOTTERY_API_BASE_URL=http://127.0.0.1:8000
|
||||
Reference in New Issue
Block a user