zhaobao hace 1 año
padre
commit
3f33525de8
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      src/settings.js
  2. 1 1
      src/views/goaf/map/components/VisualEditor.vue

+ 2 - 2
src/settings.js

@@ -37,8 +37,8 @@ module.exports = {
   * 服务API地址
   */
   serverUrl: 'http://113.141.93.143:1688', // 正式环境
-  // devServerUrl: 'http://113.141.93.143:1688', // 开发环境
-  devServerUrl: 'http://192.168.3.5:1688', // 开发环境 qu
+  devServerUrl: 'http://113.141.93.143:1688', // 开发环境
+  // devServerUrl: 'http://192.168.3.5:1688', // 开发环境 qu
   // devServerUrl: 'http://192.168.3.201:8080/', // 开发环境  test
   mqttUrl: 'ws://113.141.93.143:8894/mqtt', // mqtt地址
   /**

+ 1 - 1
src/views/goaf/map/components/VisualEditor.vue

@@ -115,7 +115,7 @@ const markerIcon = L.icon({
 L.Marker.prototype.options.icon = markerIcon
 import mixins from '@/mixin/mqtt.js'
 import { NumConvertLM, Uint8ArrayToString } from '@/utils'
-const iconSize = [46, 65]
+const iconSize = [46, 46]
 export default {
   name: 'GoafVisualEditor',
   components: {