From 742d62a5090472e5f0b716b96e56cb52faa6852f Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 12 八月 2025 15:03:09 +0800 Subject: [PATCH] 瓜州县弘也水泥有限责任公司部署 --- .env.staging | 4 ++-- .env.development | 4 ++-- index.html | 2 +- package.json | 2 +- src/settings.js | 2 +- .env.production | 4 ++-- vite.config.js | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.env.development b/.env.development index b5f6a61..042d9fb 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ # 椤甸潰鏍囬 -VITE_APP_TITLE = MIS绯荤粺锛堢鐞嗕俊鎭郴缁燂級 +VITE_APP_TITLE = 寮樹篃姘存偿绠$悊绯荤粺 # 寮�鍙戠幆澧冮厤缃� VITE_APP_ENV = 'development' -# MIS绯荤粺锛堢鐞嗕俊鎭郴缁燂級/寮�鍙戠幆澧� +# 寮樹篃姘存偿绠$悊绯荤粺/寮�鍙戠幆澧� VITE_APP_BASE_API = '/dev-api' diff --git a/.env.production b/.env.production index bc91821..ce8e1b7 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ # 椤甸潰鏍囬 -VITE_APP_TITLE = MIS绯荤粺锛堢鐞嗕俊鎭郴缁燂級 +VITE_APP_TITLE = 寮樹篃姘存偿绠$悊绯荤粺 # 鐢熶骇鐜閰嶇疆 VITE_APP_ENV = 'production' -# MIS绯荤粺锛堢鐞嗕俊鎭郴缁燂級/鐢熶骇鐜 +# 寮樹篃姘存偿绠$悊绯荤粺/鐢熶骇鐜 VITE_APP_BASE_API = '/prod-api' # 鏄惁鍦ㄦ墦鍖呮椂寮�鍚帇缂╋紝鏀寔 gzip 鍜� brotli diff --git a/.env.staging b/.env.staging index f759f9a..200b47b 100644 --- a/.env.staging +++ b/.env.staging @@ -1,10 +1,10 @@ # 椤甸潰鏍囬 -VITE_APP_TITLE = MIS绯荤粺锛堢鐞嗕俊鎭郴缁燂級 +VITE_APP_TITLE = 寮樹篃姘存偿绠$悊绯荤粺 # 鐢熶骇鐜閰嶇疆 VITE_APP_ENV = 'staging' -# MIS绯荤粺锛堢鐞嗕俊鎭郴缁燂級/鐢熶骇鐜 +# 寮樹篃姘存偿绠$悊绯荤粺/鐢熶骇鐜 VITE_APP_BASE_API = '/stage-api' # 鏄惁鍦ㄦ墦鍖呮椂寮�鍚帇缂╋紝鏀寔 gzip 鍜� brotli diff --git a/index.html b/index.html index 879c6c5..f18d80a 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>MIS绯荤粺锛堢鐞嗕俊鎭郴缁燂級</title> + <title>寮樹篃姘存偿绠$悊绯荤粺</title> <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]--> <style> html, diff --git a/package.json b/package.json index 2ffdd34..8369890 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ruoyi", "version": "3.8.9", - "description": "MIS绯荤粺锛堢鐞嗕俊鎭郴缁燂級", + "description": "寮樹篃姘存偿绠$悊绯荤粺", "author": "鑻ヤ緷", "license": "MIT", "type": "module", diff --git a/src/settings.js b/src/settings.js index f944e2d..a9c3f98 100644 --- a/src/settings.js +++ b/src/settings.js @@ -30,7 +30,7 @@ /** * 鏄惁鏄剧ずlogo */ - sidebarLogo: true, + sidebarLogo: false, /** * 鏄惁鏄剧ず鍔ㄦ�佹爣棰� diff --git a/vite.config.js b/vite.config.js index d686a0f..b96c1d4 100644 --- a/vite.config.js +++ b/vite.config.js @@ -8,8 +8,8 @@ const { VITE_APP_ENV } = env; const baseUrl = VITE_APP_ENV == "development" - ? "http://192.168.1.147:7003" // 寮�鍙戠幆澧冨悗绔帴鍙� - : "http://114.132.189.42:7003"; // 鐢熶骇鐜鍚庣鎺ュ彛 + ? "http://114.132.189.42:8092" // 寮�鍙戠幆澧冨悗绔帴鍙� + : "http://114.132.189.42:8092"; // 鐢熶骇鐜鍚庣鎺ュ彛 return { // 閮ㄧ讲鐢熶骇鐜鍜屽紑鍙戠幆澧冧笅鐨刄RL銆� -- Gitblit v1.9.3