Commit 76946ce8 authored by caicaicai's avatar caicaicai

修改

parent bd2d82b1
......@@ -1724,7 +1724,15 @@ var HttpReq = function(){
//大屏——数据总览——获取天气
getWeatherInforQuery: function(param){
return request({
url: 'http://wthrcdn.etouch.cn/weather_mini?city=济南',
url: '/api/Weather',
method: 'get',
params:param,
})
},
//大屏——数据总览——车辆工时
carWorkInforQuery: function(param){
return request({
url: '/api/Gongshi',
method: 'get',
params:param,
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment