Lou
2024-04-07 b9ebc3c70a2f1c0c40b0d71b497e19ca764ac15f
1
2
3
4
5
6
7
8
9
import http from '@/http/api.js'
 
// 判断更新
export const isUpdate = () => {
    return http.request({
        url: '/api/blade-sm/app/manage/getLastInfo',
        method: 'GET',
    })
}