diff --git a/.env.production b/.env.production index b9c9889..f58e1a7 100644 --- a/.env.production +++ b/.env.production @@ -5,7 +5,7 @@ VITE_APP_TITLE = 烟厂 VITE_APP_ENV = 'production' #生产环境 -VITE_APP_BASE_API = '/prod-api' +VITE_APP_BASE_API = '' # 是否在打包时开启压缩,支持 gzip 和 brotli VITE_BUILD_COMPRESS = gzip \ No newline at end of file diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..6110c04 Binary files /dev/null and b/dist.zip differ diff --git a/index.html b/index.html index 53c5f34..32a4f9a 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,15 @@