flat: cityId备份 + 手机号提交

This commit is contained in:
Apcallover
2024-04-22 22:31:50 +08:00
parent ab94467da4
commit b79f0c7fc0
10 changed files with 47 additions and 25 deletions

View File

@@ -1,5 +1,6 @@
import {
request
request,
transformRepalceString
} from '@/untils/AxiosUtils.js';
import {
baseUrl
@@ -34,7 +35,7 @@ export async function uploadFile(file) {
statusCode,
data
}) => {
const resp = JSON.parse(data)
const resp = transformRepalceString(JSON.parse(data))
if (statusCode === 200 && resp.code === 200) {
resolve(resp.msg)
} else {