diff --git a/package.json b/package.json
index ca248fb..b607292 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
"build:stage": "vite build --mode staging",
"build:caddy": "vite build --mode caddy",
"preview": "vite preview",
+ "preview:caddy": "caddy run --config ./Caddyfile",
"format": "prettier --write \"**/*.{js,ts,tsx,jsx,vue,md}\"",
"commit-push": "prettier -w . && git add . && git commit -m"
},
diff --git a/src/assets/icons/svg/map.svg b/src/assets/icons/svg/map.svg
new file mode 100644
index 0000000..5b72132
--- /dev/null
+++ b/src/assets/icons/svg/map.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/views/device/deviceMap/index.vue b/src/views/device/deviceMap/index.vue
new file mode 100644
index 0000000..b397034
--- /dev/null
+++ b/src/views/device/deviceMap/index.vue
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
diff --git a/src/views/index.vue b/src/views/index.vue
index 52d9290..cb0d5cc 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -1,3 +1,142 @@
- 123
+
+
+
+
+ 产品
+
+ 数量 : 12
+
+
+
+
+ 产品
+
+ 数量 : 12
+
+
+
+
+ 设备
+
+ 数量 : 12
+
+
+
+
+ 产品
+
+ 数量 : 12
+
+
+
+
+ 设备
+
+
+
+ 消息
+
+
+
+
+
+
diff --git a/src/views/iot/device/detail.vue b/src/views/iot/device/detail.vue
index 1cc4e4b..4bc5cf7 100644
--- a/src/views/iot/device/detail.vue
+++ b/src/views/iot/device/detail.vue
@@ -156,7 +156,7 @@