版本更新

This commit is contained in:
2022-11-11 16:37:46 +08:00
parent a200b482b3
commit 51db97e8c2
7 changed files with 253 additions and 133 deletions

View File

@@ -1,5 +1,14 @@
import request from './request.js'
// 版本更新测试
// export const getAppInfo = () => {
// let res = {
// versionName: '1.0.2',
// url: ''
// }
// return res
// }
// 登录
export const handLogin = (user, password) => request({
url:'mobile/auth/login',