派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-29 bd51480c21f012910e0516ade9595a345673004a
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++}`