Merge branch 'master' into dev_ui

This commit is contained in:
wang-liang0615
2023-10-09 19:52:05 +08:00
committed by GitHub
9 changed files with 227 additions and 42 deletions

View File

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