使用数据库用户表代替配置文件

This commit is contained in:
panlinlin
2021-04-13 15:08:09 +08:00
parent a56d8c70d6
commit 123ce171d2
9 changed files with 137 additions and 20 deletions

View File

@@ -42,6 +42,9 @@ export default {
console.log(message)
}
},
destroyed() {
this.easyPlayer.destroy();
},
}
</script>