测试分支-部署
This commit is contained in:
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 部署项目至线上时可以考虑删除的忽略规则
|
||||||
|
|||||||
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