diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..7fca74d --- /dev/null +++ b/.env.development @@ -0,0 +1,5 @@ +NODE_ENV = 'development' + +# Base API +# VITE_APP_BASE_URL='http://192.168.1.22:8546' +VITE_APP_BASE_URL='https://erp.lihaink.cn' \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..084e89a --- /dev/null +++ b/.env.production @@ -0,0 +1,4 @@ +NODE_ENV = 'production' +# Base API +# VITE_APP_BASE_URL='http://192.168.1.22:8596' +VITE_APP_BASE_URL='https://ceshi-erp.lihaink.cn' \ No newline at end of file diff --git a/.gitignore b/.gitignore index 4694735..ca9994d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,4 @@ components.d.ts *.sln *.sw? -# .env -.env.development -.env.production \ No newline at end of file +# .env \ No newline at end of file