派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-16 f5d0f8b7fa3a0c9283f9c2ac45050409a518f024
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++}`