diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..3ca5c18 --- /dev/null +++ b/.env.development @@ -0,0 +1,5 @@ +NODE_ENV = 'development' + +# Base API +VITE_APP_BASE_URL='https://admin-store.lihaink.cn' +# VITE_APP_BASE_URL='https://ceshi-logistics.lihaink.cn/' diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..f3d37d4 --- /dev/null +++ b/.env.production @@ -0,0 +1,4 @@ +NODE_ENV = 'production' +# Base API +VITE_APP_BASE_URL='https://admin-store.lihaink.cn' + diff --git a/.gitignore b/.gitignore index ef6a0f4..b9e2c82 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,4 @@ components.d.ts *.sw? # .env -.env.development -.env.production helper.json \ No newline at end of file