diff --git a/.env b/.env
index ac665f9..e96d8ea 100644
--- a/.env
+++ b/.env
@@ -1,7 +1,7 @@
# 所有环境的环境变量(命名必须以 VITE_ 开头)
## 项目标题
-VITE_APP_TITLE = 数据运营管理平台
+VITE_APP_TITLE = 智慧矿山数据管理平台
## 路由模式 hash 或 html5
VITE_ROUTER_HISTORY = hash
diff --git a/.env.development b/.env.development
index 26751a3..2dc3872 100644
--- a/.env.development
+++ b/.env.development
@@ -3,8 +3,8 @@
## 后端接口地址(如果解决跨域问题采用反向代理就只需写相对路径)
## VITE_BASE_URL = /api/v1
-# VITE_BASE_URL = http://124.71.209.231:8000
- VITE_BASE_URL = null
+ VITE_BASE_URL = http://124.71.209.231:8000
+# VITE_BASE_URL = null
## 开发环境域名和静态资源公共路径(一般 / 或 ./ 都可以)
diff --git a/src/common/assets/images/layouts/logo.jpg b/src/common/assets/images/layouts/logo.jpg
new file mode 100644
index 0000000..a3bad4d
Binary files /dev/null and b/src/common/assets/images/layouts/logo.jpg differ
diff --git a/src/layouts/components/Footer/index.vue b/src/layouts/components/Footer/index.vue
index cf7543a..66de8d7 100644
--- a/src/layouts/components/Footer/index.vue
+++ b/src/layouts/components/Footer/index.vue
@@ -4,7 +4,7 @@ const VITE_APP_TITLE = import.meta.env.VITE_APP_TITLE
diff --git a/src/pages/dashboard/components/Editor.vue b/src/pages/dashboard/components/Editor.vue
index 4ad3a6f..d70ef59 100644
--- a/src/pages/dashboard/components/Editor.vue
+++ b/src/pages/dashboard/components/Editor.vue
@@ -5,7 +5,7 @@ import SvgDashboard from "../images/dashboard.svg?component" // vite-svg-loader
-
欢迎来到数据运营管理平台
+
欢迎来到智慧矿山数据管理平台
diff --git a/src/pages/demo/electricLocomotiveWorkshop/productionComprehensive.vue b/src/pages/demo/electricLocomotiveWorkshop/productionComprehensive.vue
index 8933327..2e0bb94 100644
--- a/src/pages/demo/electricLocomotiveWorkshop/productionComprehensive.vue
+++ b/src/pages/demo/electricLocomotiveWorkshop/productionComprehensive.vue
@@ -1,17 +1,35 @@