feat: get messenger url from common setting

This commit is contained in:
pycook
2023-10-09 20:25:27 +08:00
parent 17b27d492a
commit 40b9bec122
3 changed files with 9 additions and 7 deletions

View File

@@ -346,11 +346,6 @@ export default {
},
mounted() {},
methods: {
async getNoticeConfigAppBot() {
await getNoticeConfigAppBot().then((res) => {
this.appBot = res
})
},
async getNoticeConfigAppBot() {
await getNoticeConfigAppBot().then((res) => {
this.appBot = res