guanqb
2022-11-17 45329ac58af0628d296778eeac900954c193f0f6
Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
2 files modified
6 ■■■■■ changed files
src/api/police/index.js 4 ●●● patch | view | raw | blame | history
src/api/video/index.js 2 ●●● patch | view | raw | blame | history
src/api/police/index.js
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-11-15 15:10:41
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2022-11-15 17:29:09
 * @LastEditTime: 2022-11-16 14:27:59
 * @FilePath: \srs-police-affairs\src\api\police\index.js
 * @Description: 
 * 
@@ -22,3 +22,5 @@
        params: params
    })
}
src/api/video/index.js
@@ -17,7 +17,7 @@
 * @param {*} params 暂时不用传
 * @returns 
 */
export const getVideoList = (page = 1, count = 10, params) => {
export const getVideoList = (page = 1, count = 10, params = {}) => {
    return request({
        url: '/device/query/devices',
        method: 'get',