@@ -104,7 +104,6 @@ Page({
let {
item
} = e.currentTarget.dataset;
- console.log(this.data.rolemag)
wx.navigateTo({
url: `./addRole?item=${JSON.stringify(item)}&update=${this.data.rolemag.includes("update")}&userDelete=${this.data.rolemag.includes("delete")}`
})