优化项目部署

This commit is contained in:
2026-04-20 11:07:53 +08:00
parent a366d7ecf1
commit 0098fb0272
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
return [
// 允许跨域访问的域名(* 表示任意;开发可用 *,生产建议填具体域名)
'cors_request_domain' => '*',
'cors_request_domain' => '*,zihua.yuliao666.top',
// 是否开启会员登录验证码
'user_login_captcha' => false,
// 是否开启管理员登录验证码

View File

@@ -8,4 +8,4 @@ VITE_BASE_PATH = '/'
VITE_OUT_DIR = 'dist'
# 线上环境接口地址 - 'getCurrentDomain:表示获取当前域名'
VITE_AXIOS_BASE_URL = 'getCurrentDomain'
VITE_AXIOS_BASE_URL = 'https://zihua-api.yuliao666.top'