remove .env.production

This commit is contained in:
2026-06-17 15:53:14 +08:00
parent 4114ff1c16
commit 2cbd58fe01
6 changed files with 7 additions and 14 deletions
-5
View File
@@ -1,5 +0,0 @@
#VITE_API_BASE=http://localhost:8000
VITE_API_BASE=http://apiforeign.minzhong.cn
VITE_USE_MOCK=false
# Encryption disabled for dev — enable in production
VITE_ENCRYPTION_KEY=
+1
View File
@@ -47,6 +47,7 @@ lerna-debug.log*
.env.development.local .env.development.local
.env.test.local .env.test.local
.env.production.local .env.production.local
.env.production
# 如果你有示例环境变量文件,可以提交 # 如果你有示例环境变量文件,可以提交
!.env.example !.env.example
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -28,7 +28,7 @@
} }
})(); })();
</script> </script>
<script type="module" crossorigin src="/assets/index-CLhvZPpk.js"></script> <script type="module" crossorigin src="/assets/index-CDdTfqKl.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D7ShJUt4.css"> <link rel="stylesheet" crossorigin href="/assets/index-D7ShJUt4.css">
</head> </head>
<body> <body>
-5
View File
@@ -1,5 +0,0 @@
#VITE_API_BASE=http://localhost:8000
VITE_API_BASE=http://apiforeign.minzhong.cn
VITE_USE_MOCK=false
# Encryption disabled for dev — enable in production
VITE_ENCRYPTION_KEY=
+3 -1
View File
@@ -24,4 +24,6 @@ dist-ssr
*.sw? *.sw?
*.bak *.bak
*.zip *.zip
*.testbak *.testbak
.env.production