From a0f14015edf2bf6641bb86834b5c5b4ba7729ede Mon Sep 17 00:00:00 2001 From: zhenhui <1276357500@qq.com> Date: Sat, 21 Mar 2026 11:30:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=88=86=E6=94=AF-=E9=83=A8?= =?UTF-8?q?=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++-- public/index.html | 23 +++++++++++++++++++++++ public/install.lock | 1 + web/.env.production | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 public/index.html create mode 100644 public/install.lock 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'