From affc4b8c098ca6ec5ce61cfd11cec6f7ff77fb18 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 7 May 2024 17:01:00 +0800 Subject: [PATCH] 1 --- .env.development | 5 +++++ .env.production | 4 ++++ .gitignore | 4 +--- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 .env.development create mode 100644 .env.production 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