Compare commits
5 Commits
master
...
b0d25b30f9
| Author | SHA1 | Date | |
|---|---|---|---|
| b0d25b30f9 | |||
| ac30d8d1c9 | |||
| c4c17180ee | |||
| 85da91e3f3 | |||
| a0f14015ed |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,8 +1,8 @@
|
|||||||
# 通过 Git 部署项目至线上时建议删除的忽略规则
|
# 通过 Git 部署项目至线上时建议删除的忽略规则
|
||||||
/vendor
|
/vendor
|
||||||
/modules
|
/modules
|
||||||
/public/*.lock
|
#/public/*.lock
|
||||||
/public/index.html
|
#/public/index.html
|
||||||
/public/assets
|
/public/assets
|
||||||
|
|
||||||
# 通过 Git 部署项目至线上时可以考虑删除的忽略规则
|
# 通过 Git 部署项目至线上时可以考虑删除的忽略规则
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
// 允许跨域访问的域名(* 表示任意;开发可用 *,生产建议填具体域名)
|
// 允许跨域访问的域名(* 表示任意;开发可用 *,生产建议填具体域名)
|
||||||
'cors_request_domain' => '*',
|
'cors_request_domain' => '*,test.zhenhui666.top',
|
||||||
// 是否开启会员登录验证码
|
// 是否开启会员登录验证码
|
||||||
'user_login_captcha' => true,
|
'user_login_captcha' => true,
|
||||||
// 是否开启管理员登录验证码
|
// 是否开启管理员登录验证码
|
||||||
|
|||||||
23
public/index.html
Normal file
23
public/index.html
Normal file
File diff suppressed because one or more lines are too long
1
public/install.lock
Normal file
1
public/install.lock
Normal file
@@ -0,0 +1 @@
|
|||||||
|
2026-03-18 11:17:18
|
||||||
@@ -8,4 +8,4 @@ VITE_BASE_PATH = '/'
|
|||||||
VITE_OUT_DIR = 'dist'
|
VITE_OUT_DIR = 'dist'
|
||||||
|
|
||||||
# 线上环境接口地址 - 'getCurrentDomain:表示获取当前域名'
|
# 线上环境接口地址 - 'getCurrentDomain:表示获取当前域名'
|
||||||
VITE_AXIOS_BASE_URL = 'getCurrentDomain'
|
VITE_AXIOS_BASE_URL = 'https://test-api.zhenhui666.top'
|
||||||
|
|||||||
Reference in New Issue
Block a user