diff --git a/src/config/mork.js b/src/config/mork.js index a1226e1..5929124 100644 --- a/src/config/mork.js +++ b/src/config/mork.js @@ -14,7 +14,7 @@ export const queryStation = () => { let res = { message: 'ok', data: [ - {station_id: 'B1', station_code: 'B1', station_name: 'Starting position on the first floor Starting position on the first floor', x: '10', Y: '10', angle: '90'}, + {station_id: 'B1', station_code: 'A', station_name: 'A', x: '10', Y: '10', angle: '90'}, {station_id: 'B2', station_code: 'B2', station_name: '一楼起点位置一楼起点位置一楼起点位置', x: '10', Y: '10', angle: '90'}, {station_id: 'B3', station_code: 'B3', station_name: 'B3', x: '10', Y: '10', angle: '90'}, {station_id: 'B4', station_code: 'B4', station_name: 'B4', x: '10', Y: '10', angle: '90'}, diff --git a/src/images/new/tab_bg.png b/src/images/new/tab_bg.png index 019dc26..8c886e9 100644 Binary files a/src/images/new/tab_bg.png and b/src/images/new/tab_bg.png differ diff --git a/src/pages/modules/device/index.vue b/src/pages/modules/device/index.vue index 77e0234..6a37c8f 100644 --- a/src/pages/modules/device/index.vue +++ b/src/pages/modules/device/index.vue @@ -17,7 +17,7 @@ - {{el[$langPre.computedProp('label')]}} + {{el[$langPre.computedProp('label')]}}

{{ e.station_name }}

@@ -68,7 +68,7 @@