diff --git a/src/App.vue b/src/App.vue
index 5162496..faa0f67 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -34,7 +34,7 @@ onUnmounted(() => {
-
+
diff --git a/src/components/Common/Breadcrumb.vue b/src/components/Common/Breadcrumb.vue
index b82ae72..aed7848 100644
--- a/src/components/Common/Breadcrumb.vue
+++ b/src/components/Common/Breadcrumb.vue
@@ -3,6 +3,9 @@
separator="/"
style="margin: 15px 10px; font-size: 1.05rem; opacity: 0.9"
>
+
+ 工控運維管理平台
+
-
工控運維管理平台
+
diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue
index 1c99064..94db2c8 100644
--- a/src/components/Sidebar.vue
+++ b/src/components/Sidebar.vue
@@ -11,7 +11,7 @@
結元能源
@@ -111,7 +111,7 @@ const activeMenuIndex = computed(() => {
.title-area {
display: flex;
align-items: center;
- justify-content: center;
+ justify-content: start;
padding: 20px;
gap: 10px;
font-size: 1.8rem;
diff --git a/src/views/PlantsOverview copy.vue b/src/views/PlantsOverview copy.vue
deleted file mode 100644
index bc1805e..0000000
--- a/src/views/PlantsOverview copy.vue
+++ /dev/null
@@ -1,333 +0,0 @@
-
-
-
-
-
-
- 電廠總覽
-
-
-
-
- 全選
- 新北市
- 1
-
- 宜蘭縣
- 2
-
-
-
-
-
- 全選
-
- 設備正常
-
-
-
- 設備斷線
-
-
-
- 設備斷線
-
-
-
-
-
-
- 排序條件
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
![]()
-
-
-
-
-
-
{{ plant.name }}
-
- {{ plant.temp }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/vite.config.js b/vite.config.js
index 278c44e..c07e45d 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -7,6 +7,10 @@ import { ElementPlusResolver } from "unplugin-vue-components/resolvers";
// https://vite.dev/config/
export default defineConfig({
base: "./",
+ build: {
+ outDir: "../dist",
+ emptyOutDir: true,
+ },
plugins: [
vue(),
AutoImport({