mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 12:13:46 +08:00
修复重复推送打招呼信息的 Bug
This commit is contained in:
@@ -139,7 +139,7 @@ export default defineComponent({
|
||||
},
|
||||
mounted() {
|
||||
// 获取系统配置
|
||||
httpGet('/api/config/get').then((res) => {
|
||||
httpGet('/api/admin/config/get').then((res) => {
|
||||
this.form = res.data;
|
||||
}).catch(() => {
|
||||
ElMessage.error('获取系统配置失败')
|
||||
|
||||
Reference in New Issue
Block a user