wewe
This commit is contained in:
parent
2e8651d7a1
commit
dcaa6a1f25
@ -4,3 +4,6 @@ VITE_APP_BASE_API = 'https://mini-chat.1024tool.vip/api'
|
|||||||
VITE_SERVE = "https://mini-chat.1024tool.vip/api/"
|
VITE_SERVE = "https://mini-chat.1024tool.vip/api/"
|
||||||
|
|
||||||
VITE_APP_BASE_API_img = "https://mini-chat.1024tool.vip/"
|
VITE_APP_BASE_API_img = "https://mini-chat.1024tool.vip/"
|
||||||
|
|
||||||
|
|
||||||
|
VITE_APP_PAGE_SIZE = 100
|
||||||
@ -3,3 +3,6 @@ NODE_ENV = 'production'
|
|||||||
VITE_APP_BASE_API = 'https://dsjhd9s.tbmw.cn/api/'
|
VITE_APP_BASE_API = 'https://dsjhd9s.tbmw.cn/api/'
|
||||||
VITE_SERVE = "https://dsjhd9s.tbmw.cn/api/"
|
VITE_SERVE = "https://dsjhd9s.tbmw.cn/api/"
|
||||||
VITE_APP_BASE_API_img = "https://dsjhd9s.tbmw.cn/"
|
VITE_APP_BASE_API_img = "https://dsjhd9s.tbmw.cn/"
|
||||||
|
|
||||||
|
|
||||||
|
VITE_APP_PAGE_SIZE = 10000
|
||||||
@ -4,3 +4,6 @@ VITE_APP_BASE_API = 'https://mini-chat.1024tool.vip/api'
|
|||||||
VITE_SERVE = "https://mini-chat.1024tool.vip/api/"
|
VITE_SERVE = "https://mini-chat.1024tool.vip/api/"
|
||||||
|
|
||||||
VITE_APP_BASE_API_img = "https://mini-chat.1024tool.vip/"
|
VITE_APP_BASE_API_img = "https://mini-chat.1024tool.vip/"
|
||||||
|
|
||||||
|
|
||||||
|
VITE_APP_PAGE_SIZE = 100
|
||||||
@ -707,7 +707,7 @@ const onEmojiSelect = (emoji) => {
|
|||||||
// 获取用户列表
|
// 获取用户列表
|
||||||
const params = reactive({
|
const params = reactive({
|
||||||
page: 1,
|
page: 1,
|
||||||
page_size: 2000,
|
page_size: import.meta.env.VITE_APP_PAGE_SIZE,
|
||||||
app_id: route.query.app_id
|
app_id: route.query.app_id
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -856,7 +856,7 @@ const sendTemplateMessage = async (templateId) => {
|
|||||||
getMessages(false, 1) // 轮询最新消息
|
getMessages(false, 1) // 轮询最新消息
|
||||||
}, 500)
|
}, 500)
|
||||||
} else {
|
} else {
|
||||||
ElMessage({ type: 'error', message: res.message || '模板消息发送失败' })
|
ElMessage({ type: 'error', message: '推送失败,对方没有订阅!' })
|
||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user