shuishen
2023-03-02 c298d5493cfe1864ef90d28929ea899282dbb75e
src/api/panorama/index.js
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-11-30 15:18:29
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2022-12-05 15:23:15
 * @LastEditTime: 2023-03-02 10:31:31
 * @FilePath: \srs-police-affairs\src\api\panorama\index.js
 * @Description: 
 * 
@@ -17,7 +17,7 @@
 */
export const getPanoramaList = () => {
    return request({
        url: '/api/panorama/panorama/all',
        url: '/api/panorama/panorama/getPanoramaList',
        method: 'get',
    })
}