qingyiay
2023-08-29 c46feb89edb62a764e46084e4a6a0e2e00cb5dfd
api/publicInterface.js
@@ -4,10 +4,10 @@
import { BaseUrl as wrBaseUrl } from '@/api/request.js'
const BaseUrl = 'http://192.168.31.14:9999'
// const BaseUrl = "http://hesuancj.cn:9999"
// const BaseUrl = 'https://mx.jzeg.cn:9095'
// const BaseUrl = 'http://192.168.31.18:9999'
// const BaseUrl = 'http://192.168.31.18:9999'
// const BaseUrl = 'http://192.168.0.100:9999'
// const BaseUrl = 'http://192.168.0.108:9999'
// 登录
// function apiLogin({
//    code
@@ -59,7 +59,9 @@
   idCard,
   carNo,
   carImg,
   drivingImg
   drivingImg,
   vehicleColour,
   bodyOfCarJpg
}) {
   uni.showLoading({ title: '加载中...' })
   return new Promise((resolve, reject) => {
@@ -188,4 +190,4 @@
   apiRegister,
   apiLoginPassword,
   BaseUrl
}
}