From ed105af382caa448238027b82bdf0955ec545547 Mon Sep 17 00:00:00 2001 From: luodandan Date: Sat, 7 Feb 2026 15:54:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 7 +++++++ .env.prod | 5 +++++ .gitignore | 23 +++++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 .env.development create mode 100644 .env.prod create mode 100644 .gitignore diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..73c83d3 --- /dev/null +++ b/.env.development @@ -0,0 +1,7 @@ +NODE_ENV=development +#测试 +# VUE_APP_BASE_URL=http://101.43.22.43:10010/ +VUE_APP_BASE_URL=http://192.168.111.193:10010/ +VUE_BASE_API_URL=/ +# VUE_WEBSOKET_URL=http://127.0.0.1:10030/ +VUE_WEBSOKET_URL=http://192.168.111.193:10030/ \ No newline at end of file diff --git a/.env.prod b/.env.prod new file mode 100644 index 0000000..dc12cb3 --- /dev/null +++ b/.env.prod @@ -0,0 +1,5 @@ +NODE_ENV=development +#正式 +VUE_APP_BASE_URL=http://192.168.181.237:10010/ +VUE_BASE_API_URL=/ +VUE_WEBSOKET_URL=http://127.0.0.1:10030/ \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..978f3df --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +.DS_Store +node_modules +/dist + + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw?