代码合并

This commit is contained in:
2025-01-13 15:32:04 +08:00
9 changed files with 510 additions and 391 deletions

View File

@@ -1,5 +1,16 @@
import http from '@/http/http.js'
/**
* 获取APP版本信息
*/
export const selectNewApp = (data) => {
return http.request({
url: '/user/selectNewApp',
data: data,
})
}
/**
* 获取用户信息
*/