diff --git a/public/static/offline/JSON/getBusStationList.json b/public/static/offline/JSON/getBusStationList.json
index ea7a1ef..dee2be9 100644
--- a/public/static/offline/JSON/getBusStationList.json
+++ b/public/static/offline/JSON/getBusStationList.json
@@ -1 +1 @@
-{"code":200,"msg":"操作成功","data":{"busStationList":["A站","B站","C站","D站"]}}
\ No newline at end of file
+{"code":200,"msg":"操作成功","data":{"busStationList":["浦园A站","浦园B站","浦园C站","浦园D站"]}}
\ No newline at end of file
diff --git a/public/static/qm/MainMap_QM.js b/public/static/qm/MainMap_QM.js
index 602c31e..85d3e75 100644
--- a/public/static/qm/MainMap_QM.js
+++ b/public/static/qm/MainMap_QM.js
@@ -75,7 +75,7 @@ QMUtil = function () {
this.pathStateObj = { isPathState: false, isPathPlay: true, basePath: "", graphPath: "", ftPath: "", dtPath: "", facAllArr: [], forShopArr: {}, elevator: null, straight: null, elevatorDown: null, seldtFacNo: "", seldownftFacNo: "", selupftFacNo: "" };
this.timeObj = { timeS: 0, collTime: -1, pathTime: -1 };
//debug 参数 相机坐标/ 镜头方向
- this.guiOptions = { cameraX: -490, cameraY: 500, cameraZ: 22, targatX: 0, targatY: 0, targatZ: 0 }; //this.button = function() {};
+ this.guiOptions = { cameraX: -508, cameraY: 483, cameraZ: -4, targatX: 0, targatY: 0, targatZ: 0 }; //this.button = function() {};
this.sceneGap = { x: 0, y: 30, z: 40, scale: dir ? 0.15 : 0.085 }; //改变地图位置,大小
diff --git a/src/components/Bus/Bus.vue b/src/components/Bus/Bus.vue
index a3001c3..63b3bd8 100644
--- a/src/components/Bus/Bus.vue
+++ b/src/components/Bus/Bus.vue
@@ -3,7 +3,7 @@