diff --git a/admin/src/config/index.ts b/admin/src/config/index.ts
index 10bbb3da..4bf4e940 100644
--- a/admin/src/config/index.ts
+++ b/admin/src/config/index.ts
@@ -2,8 +2,8 @@ const config = {
terminal: 1, //终端
title: '后台管理系统', //网站默认标题
version: '1.6.0', //版本号
- baseUrl: `${import.meta.env.VITE_APP_BASE_URL || ''}/`, //请求接口域名
- // baseUrl: 'http://127.0.0.1:30005/',
+ // baseUrl: `${import.meta.env.VITE_APP_BASE_URL || ''}/`, //请求接口域名
+ baseUrl: 'http://127.0.0.1:30005/',
urlPrefix: 'adminapi', //请求默认前缀
timeout: 10 * 1000 //请求超时时长
}
diff --git a/admin/src/views/device/index.vue b/admin/src/views/device/index.vue
index 9225f8b4..02542207 100644
--- a/admin/src/views/device/index.vue
+++ b/admin/src/views/device/index.vue
@@ -96,20 +96,20 @@
- ID: {{ row.user_id }}
- 账户: {{ row.account }}
+ ID: {{ row.user_id }}
+ 账户: {{ row.account }}
- ID: {{ row.land_id }}
- 名称: {{ row.land_title }}
+ ID: {{ row.land_id }}
+ 名称: {{ row.land_title }}
- ID: {{ row.product_id }}
- 名称: {{ row.product_name }}
+ ID: {{ row.product_id }}
+ 名称: {{ row.product_name }}
diff --git a/admin/src/views/land/index.vue b/admin/src/views/land/index.vue
index ccb52745..8c8cfe81 100644
--- a/admin/src/views/land/index.vue
+++ b/admin/src/views/land/index.vue
@@ -45,13 +45,13 @@
- ID: {{ row.user_id }}
- 账户: {{ row.user.account }}
+ ID: {{ row.user_id }}
+ 账户: {{ row.user.account }}
- {{ row.title }}
+ {{ row.title }}
diff --git a/admin/src/views/land_plant/index.vue b/admin/src/views/land_plant/index.vue
index fb8f5673..7663fffd 100644
--- a/admin/src/views/land_plant/index.vue
+++ b/admin/src/views/land_plant/index.vue
@@ -52,14 +52,14 @@
- ID: {{ row.user_id }}
- 账户: {{ row.account }}
+ ID: {{ row.user_id }}
+ 账户: {{ row.account }}
- ID: {{ row.land_id }}
- 名称: {{ row.title }}
+ ID: {{ row.land_id }}
+ 名称: {{ row.title }}
diff --git a/admin/src/views/land_plant_action/index.vue b/admin/src/views/land_plant_action/index.vue
index e4199763..193a2e66 100644
--- a/admin/src/views/land_plant_action/index.vue
+++ b/admin/src/views/land_plant_action/index.vue
@@ -42,14 +42,14 @@
- ID: {{ row.user_id }}
- 账户: {{ row.account }}
+ ID: {{ row.user_id }}
+ 账户: {{ row.account }}
- ID: {{ row.plant_id }}
- 类型: {{ row.kind }} 品牌: {{ row.breed }}
+ ID: {{ row.plant_id }}
+ 类型: {{ row.kind }} 品牌: {{ row.breed }}
diff --git a/admin/src/views/monitor_alarm/index.vue b/admin/src/views/monitor_alarm/index.vue
index d821f9d2..0e1017cc 100644
--- a/admin/src/views/monitor_alarm/index.vue
+++ b/admin/src/views/monitor_alarm/index.vue
@@ -39,8 +39,8 @@
- ID: {{ row.device_id }}
- 名称: {{ row.device.name }}
+ ID: {{ row.device_id }}
+ 名称: {{ row.device.name }}
diff --git a/admin/src/views/product/index.vue b/admin/src/views/product/index.vue
index ac5025fb..f5bc8847 100644
--- a/admin/src/views/product/index.vue
+++ b/admin/src/views/product/index.vue
@@ -62,14 +62,14 @@
- ID: {{ row.user_id }}
- 账户: {{ row.account }}
+ ID: {{ row.user_id }}
+ 账户: {{ row.account }}
- ID: {{ row.land_id }}
- 名称: {{ row.title }}
+ ID: {{ row.land_id }}
+ 名称: {{ row.title }}