派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-07 17a9663a92425787bf2c0f1e8f5360d4e8dbf3f9
src/components/plugin/FullScreen.js
@@ -1,4 +1,5 @@
/* eslint-disable */
// 全屏展示插件
const init = (L) => {
  (function (factory) {
    if (typeof define === 'function' && define.amd) {
@@ -47,7 +48,7 @@
      },
      _toggleTitle: function () {
        this.link.title = this.options.title[this._map.isFullscreen()]
        this.link.title = this.optionsthis._map.isFullscreen()]
      }
    })