feat:完善舆情监测功能
This commit is contained in:
@@ -41,10 +41,11 @@ export function getHotWordApi() {
|
||||
}
|
||||
|
||||
// 舆情指数
|
||||
export function getLineChartApi() {
|
||||
export function getLineChartApi(data) {
|
||||
return request({
|
||||
url: '/api/largeScreen/gsdata/lineChart',
|
||||
method: 'post'
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
@@ -55,3 +56,11 @@ export function getAreaApi() {
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
// 景区选择
|
||||
export function getSpotApi() {
|
||||
return request({
|
||||
url: '/api/largeScreen/gsdata/spot',
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user