From ad4c2e59b99cb238c5a1a79b750704536a420ee9 Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期一, 07 七月 2025 17:53:43 +0800
Subject: [PATCH] 1

---
 src/config/website.js           |   14 +++++++++++---
 src/lang/zh.js                  |    4 ++--
 public/img/logo.png             |    0 
 index.html                      |   19 ++++++++++++-------
 public/favicon.png              |    0 
 public/img/logo123.png          |    0 
 src/api/tool/code.js            |    2 +-
 public/initiallong.b9495273.png |    0 
 8 files changed, 26 insertions(+), 13 deletions(-)

diff --git a/index.html b/index.html
index ca4c20c..98e4eef 100644
--- a/index.html
+++ b/index.html
@@ -1,3 +1,11 @@
+<!--
+ * @Author: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
+ * @Date: 2025-05-28 12:03:55
+ * @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
+ * @LastEditTime: 2025-07-07 17:36:28
+ * @FilePath: /dev-optimize-0710-lzhe/Users/test/MDM/mdmweb/index.html
+ * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
+-->
 <!DOCTYPE html>
 <html lang='en'>
 
@@ -18,19 +26,16 @@
   <link rel='stylesheet' href='/iconfont/common/iconfont.css'>
   <link rel='stylesheet' href='/css/loading.css'>
   <link rel='stylesheet' href='/css/saber.css'>
-  <title>BladeX寰湇鍔″紑鍙戝钩鍙�</title>
+  <title>MDM绠$悊骞冲彴</title>
 </head>
 
 <body>
 <div id='app'>
   <div id='loader-wrapper'>
     <div class='loader-box'>
-      <span>BladeX</span>
-      <span>寰�</span>
-      <span>鏈�</span>
-      <span>鍔�</span>
-      <span>寮�</span>
-      <span>鍙�</span>
+      <span>MDM</span>
+      <span>绠�</span>
+      <span>鐞�</span>
       <span>骞�</span>
       <span>鍙�</span>
     </div>
diff --git a/public/favicon.png b/public/favicon.png
index ecd70ca..7473423 100644
--- a/public/favicon.png
+++ b/public/favicon.png
Binary files differ
diff --git a/public/img/logo.png b/public/img/logo.png
index 305c622..7473423 100644
--- a/public/img/logo.png
+++ b/public/img/logo.png
Binary files differ
diff --git a/public/img/logo123.png b/public/img/logo123.png
new file mode 100644
index 0000000..305c622
--- /dev/null
+++ b/public/img/logo123.png
Binary files differ
diff --git a/public/initiallong.b9495273.png b/public/initiallong.b9495273.png
new file mode 100644
index 0000000..4c04dc1
--- /dev/null
+++ b/public/initiallong.b9495273.png
Binary files differ
diff --git a/src/api/tool/code.js b/src/api/tool/code.js
index b619f47..cfdba31 100644
--- a/src/api/tool/code.js
+++ b/src/api/tool/code.js
@@ -18,7 +18,7 @@
     method: 'post',
     params: {
       ids,
-      system: 'saber',
+      system: 'MDM',
     },
   });
 };
diff --git a/src/config/website.js b/src/config/website.js
index 1651d25..18e51dd 100644
--- a/src/config/website.js
+++ b/src/config/website.js
@@ -1,11 +1,19 @@
+/*
+ * @Author: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
+ * @Date: 2025-06-11 10:04:08
+ * @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
+ * @LastEditTime: 2025-07-07 17:46:08
+ * @FilePath: /dev-optimize-0710-lzhe/Users/test/MDM/mdmweb/src/config/website.js
+ * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
+ */
 /**
  * 鍏ㄥ眬閰嶇疆鏂囦欢
  */
 export default {
-  title: 'Saber',
+  title: 'MDM',
   logo: 'X',
   key: 'saber', //閰嶇疆涓婚敭,鐩墠鐢ㄤ簬瀛樺偍
-  indexTitle: 'BladeX 寰湇鍔″钩鍙�',
+  indexTitle: 'MDM绠$悊骞冲彴',
   clientId: 'saber3', // 瀹㈡埛绔痠d
   clientSecret: 'saber3_secret', // 瀹㈡埛绔瘑閽�
   tenantMode: false, // 鏄惁寮�鍚鎴锋ā寮�
@@ -50,7 +58,7 @@
   //姘村嵃閰嶇疆
   watermark: {
     mode: false,
-    text: 'BladeX',
+    text: 'MDM',
   },
   //oauth2閰嶇疆
   oauth2: {
diff --git a/src/lang/zh.js b/src/lang/zh.js
index 0568160..4c818be 100644
--- a/src/lang/zh.js
+++ b/src/lang/zh.js
@@ -1,5 +1,5 @@
 export default {
-  title: 'BladeX寰湇鍔″钩鍙�',
+  title: 'MDM绠$悊骞冲彴',
   confirmTip: '鎻愮ず',
   logoutTip: '閫�鍑虹郴缁�, 鏄惁缁х画?',
   submitText: '纭畾',
@@ -79,7 +79,7 @@
   },
   login: {
     title: '鐧诲綍 ',
-    info: 'BladeX 寰湇鍔″钩鍙�',
+    info: 'MDM绠$悊骞冲彴',
     tenantId: '璇疯緭鍏ョ鎴稩D',
     name: '璇疯緭鍏ュ鍚�',
     username: '璇疯緭鍏ヨ处鍙�',

--
Gitblit v1.9.3