From 96014eda0d23f801151f63120aa75389d8be355d Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 08 一月 2026 17:17:00 +0800
Subject: [PATCH] 代码调整10
---
index.html | 2 +-
.env.production | 2 +-
vite.config.js | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.env.production b/.env.production
index afc6d30..840ee53 100644
--- a/.env.production
+++ b/.env.production
@@ -1,5 +1,5 @@
# 椤甸潰鏍囬
-VITE_APP_TITLE =鑺-鐢熶骇绠℃帶绯荤粺
+VITE_APP_TITLE =鑺-璐㈠姟绠$悊绯荤粺
# 鐢熶骇鐜閰嶇疆
VITE_APP_ENV = 'production'
diff --git a/index.html b/index.html
index d0fab04..2e6580e 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="/favicon.ico">
- <title>鑺-鐢熶骇绠℃帶绯荤粺</title>
+ <title>%VITE_APP_TITLE%</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html,
diff --git a/vite.config.js b/vite.config.js
index 424d94e..eb60094 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -8,7 +8,7 @@
const { VITE_APP_ENV } = env;
const baseUrl =
VITE_APP_ENV == "development"
- ? "http://10.136.12.71:7003" // 寮�鍙戠幆澧冨悗绔帴鍙�
+ ? "http://127.0.0.1:7003" // 寮�鍙戠幆澧冨悗绔帴鍙�
: "http://10.136.12.71:7003"; // 鐢熶骇鐜鍚庣鎺ュ彛
return {
--
Gitblit v1.9.3