feat: 本次提交更新内容如下

搞登录拦截模块
This commit is contained in:
笔记本里的永平
2025-07-18 12:03:13 +08:00
parent 6f6cbadacd
commit d8c59f43c2
24 changed files with 1136 additions and 136 deletions

View File

@@ -0,0 +1,14 @@
import request from '@/api/request';
// 设备统计
export function getDeviceStats() {
return request('/v1/dashboard/device-stats', {}, 'GET');
}
// 微信号统计
export function getWechatStats() {
return request('/v1/dashboard/wechat-stats', {}, 'GET');
}
// 你可以根据需要继续添加其他接口
// 例如:场景获客统计、今日数据统计等