diff --git a/.env.development b/.env.development index 79375e8..7c1ed11 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,7 @@ # 开发环境接口地址 -VITE_API_URL=http://dev.bar.beerape.com/prod-api -VITE_API_STORE_URL=http://dev.design.beerape.com -# VITE_API_URL=http://localhost:9090 -# VITE_API_STORE_URL=http://localhost:8080 +# VITE_API_URL=http://dev.bar.beerape.com/prod-api +# VITE_API_STORE_URL=http://dev.design.beerape.com +# # VITE_API_URL=http://localhost:9090 +# # VITE_API_STORE_URL=http://localhost:8080 diff --git a/.env.production b/.env.production index d6e0a12..84dfd0a 100644 --- a/.env.production +++ b/.env.production @@ -1,9 +1,6 @@ -# # 生产环境接口地址 -# VITE_API_URL=http://bar.beerape.com/prod-api -# VITE_API_STORE_URL=http://design.beerape.com +# 生产环境接口地址 +VITE_API_URL=http://bar.beerape.com/prod-api +VITE_API_STORE_URL=http://design.beerape.com # VITE_API_URL=http://dev.store.beerape.com/dev-api - -VITE_API_URL=http://dev.bar.beerape.com/prod-api -VITE_API_STORE_URL=http://dev.design.beerape.com \ No newline at end of file diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..3ea8d70 Binary files /dev/null and b/dist.zip differ