From 5c2decc75ac02ba4409375efc4f793b02c505296 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 23 十月 2023 18:53:10 +0800 Subject: [PATCH] 司机注册增加图片字段 司机首页样式更改 --- api/publicInterface.js | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) diff --git a/api/publicInterface.js b/api/publicInterface.js index dac4f12..3f4918f 100644 --- a/api/publicInterface.js +++ b/api/publicInterface.js @@ -3,10 +3,12 @@ import { BaseUrl as wrBaseUrl } from '@/api/request.js' -// const BaseUrl = 'http://192.168.31.14:9999' -const BaseUrl = 'https://mx.jzeg.cn:9095' -// const BaseUrl = 'http://192.168.31.18:9999' - +// const BaseUrl = 'http://192.168.0.110:9999' +// const BaseUrl = 'http://192.168.0.102:9999' +const BaseUrl = 'https://mx.jzeg.cn:9096' +// 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 @@ -58,8 +60,11 @@ idCard, carNo, carImg, - drivingImg + drivingImg, + vehicleColour, + bodyofcarJpg }) { + console.log(bodyofcarJpg); uni.showLoading({ title: '鍔犺浇涓�...' }) return new Promise((resolve, reject) => { uni.request({ @@ -75,7 +80,9 @@ idCard, carNo, carImg, - drivingImg + drivingImg, + vehicleColour, + bodyofcarJpg }, header: { 'Authorization': 'Basic c29jaWFsOnNvY2lhbA==', //app:app -- Gitblit v1.9.1