测试分支-部署

This commit is contained in:
2026-03-21 11:30:08 +08:00
parent 9178fd643b
commit a0f14015ed
4 changed files with 27 additions and 3 deletions

4
.gitignore vendored
View File

@@ -1,8 +1,8 @@
# 通过 Git 部署项目至线上时建议删除的忽略规则
/vendor
/modules
/public/*.lock
/public/index.html
#/public/*.lock
#/public/index.html
/public/assets
# 通过 Git 部署项目至线上时可以考虑删除的忽略规则

23
public/index.html Normal file

File diff suppressed because one or more lines are too long

1
public/install.lock Normal file
View File

@@ -0,0 +1 @@
2026-03-18 11:17:18

View File

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