@@ -57,7 +57,6 @@ export default {
this.$store
.dispatch("user/dingUserInfor", model)
.then(async (res) => {
- alert("s"+JSON.stringify(res) )
if (res === "success") {
await this.getMenu();
} else {