diff --git a/.gitignore b/.gitignore index 0ebb020..1338a82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ # 通过 Git 部署项目至线上时建议删除的忽略规则 /vendor /modules -/public/*.lock -/public/index.html +#/public/*.lock +#/public/index.html /public/assets # 通过 Git 部署项目至线上时可以考虑删除的忽略规则 diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..9068739 --- /dev/null +++ b/public/index.html @@ -0,0 +1,23 @@ + + + + + + + + + + Loading... + + + + + + + + + + +
+ + diff --git a/public/install.lock b/public/install.lock new file mode 100644 index 0000000..8b35649 --- /dev/null +++ b/public/install.lock @@ -0,0 +1 @@ +2026-03-18 11:17:18 \ No newline at end of file diff --git a/web/.env.production b/web/.env.production index 7ef3784..7afad0e 100644 --- a/web/.env.production +++ b/web/.env.production @@ -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'