import http from '@/http/api.js' // 判断更新 export const isUpdate = () => { return http.request({ url: '/api/blade-sm/app/manage/getLastInfo', method: 'GET', }) }