派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-25 1f5d63f62c4a1b1d73927d276b116d79bece8566
src/components/layer/src/layer.js
@@ -20,11 +20,6 @@
   * @return {[type]}         [description]
   */
  self.open = function (opt) {
    /* let option = {
      type: 1,
      content: opt.content,
      area: opt.area
    } */
    self.closeAll()
    var options = mergeJson(opt, defOptions)
    const id = `notification_${new Date().getTime()}_${seed++}`