From d79e6aa3557c6ae2d68d38d40037a22d2ea78dd5 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Fri, 19 Dec 2025 11:21:48 +0800
Subject: [PATCH] 1

---
 src/assets/img/logo.png   |    0 
 src/views/common/home.vue |    2 +-
 .env.development          |    2 +-
 .gitignore                |    1 +
 package-lock.json         |    4 ++--
 public/index.html         |    4 ++--
 package.json              |    2 +-
 .env.production           |    2 +-
 src/views/main-navbar.vue |    2 +-
 public/favicon.ico        |    0 
 10 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/.env.development b/.env.development
index fb93fd0..e9b818d 100644
--- a/.env.development
+++ b/.env.development
@@ -4,7 +4,7 @@
 # api接口请求地址
 # VUE_APP_BASE_API = 'https://zhapi.coinbtcs.com'
 # VUE_APP_BASE_API = 'http://192.168.10.7:8085'
-VUE_APP_BASE_API = 'https://okjyssyapi.shengliankeji.top'
+VUE_APP_BASE_API = 'https://api.amcfcxn.org'
 # VUE_APP_BASE_API = 'https://syjysapi.yanshiz.com'
 
 # 静态资源文件url
diff --git a/.env.production b/.env.production
index b9ce47a..1f57622 100644
--- a/.env.production
+++ b/.env.production
@@ -5,7 +5,7 @@
 # VUE_APP_BASE_API = 'https://mini-admin.mall4j.com/apis'
 
 # VUE_APP_BASE_API = 'https://zhapi.coinbtcs.com/aip'
-VUE_APP_BASE_API = 'https://okjyssyapi.shengliankeji.top'
+VUE_APP_BASE_API = 'https://api.amcfcxn.org'
 
 
 # 静态资源文件url   app端的前端打開下
diff --git a/.gitignore b/.gitignore
index 3c3629e..f06235c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 node_modules
+dist
diff --git a/package-lock.json b/package-lock.json
index d2f42d1..9bc2eef 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
 {
-  "name": "CME",
+  "name": "BZ",
   "version": "0.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
-      "name": "CME",
+      "name": "BZ",
       "version": "0.1.0",
       "dependencies": {
         "@smallwei/avue": "^2.8.27",
diff --git a/package.json b/package.json
index 9f0a0cd..08b3016 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "name": "CME",
+  "name": "BZ",
   "version": "0.1.0",
   "private": true,
   "scripts": {
diff --git a/public/favicon.ico b/public/favicon.ico
index 841eda4..c2aacea 100644
--- a/public/favicon.ico
+++ b/public/favicon.ico
Binary files differ
diff --git a/public/index.html b/public/index.html
index d17e7e0..ae1f2a7 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,12 +5,12 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-    <title>CME</title>
+    <title>BZ</title>
   </head>
   <body>
     <noscript>
       <!-- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> -->
-      <strong>We're sorry but CME doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
+      <strong>We're sorry but BZ doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
     </noscript>
     <div id="app"></div>
     <!-- built files will be auto injected -->
diff --git a/src/assets/img/logo.png b/src/assets/img/logo.png
index 34429ba..c2aacea 100644
--- a/src/assets/img/logo.png
+++ b/src/assets/img/logo.png
Binary files differ
diff --git a/src/views/common/home.vue b/src/views/common/home.vue
index b8e17f0..6d83082 100644
--- a/src/views/common/home.vue
+++ b/src/views/common/home.vue
@@ -9,7 +9,7 @@
     <p>&nbsp;</p>
     <h2>前言</h2>
     <p>
-      <code>CME</code
+      <code>BZ</code
       >打造一个完整、易于维护的系统,采用现阶段流行技术实现。后台管理系统包含商品管理、订单管理、运费模板、规格管理、会员管理、运营管理、内容管理、统计报表、权限管理、设置等模块。
     </p>
     <p>&nbsp;</p>
diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue
index 7de0e96..5b06630 100644
--- a/src/views/main-navbar.vue
+++ b/src/views/main-navbar.vue
@@ -11,7 +11,7 @@
           alt=""
           style="float: left; width: 50px; margin-left: 4px;    border-radius: 50%;"
         />
-        <a class="site-navbar__brand-lg" href="javascript:;"> CME</a>
+        <a class="site-navbar__brand-lg" href="javascript:;"> BZ</a>
       </h1>
     </div>
     <div class="site-navbar__body clearfix">

--
Gitblit v1.9.3