From 217808e8c83d7d665aea720b0d59a4085e7012e1 Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期二, 12 三月 2024 15:20:26 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 api/publicInterface.js |   29 ++++++++++++++++++++++-------
 1 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/api/publicInterface.js b/api/publicInterface.js
index e850135..e52c639 100644
--- a/api/publicInterface.js
+++ b/api/publicInterface.js
@@ -3,11 +3,12 @@
 
 
 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.0.110:9999'
+const BaseUrl = 'http://192.168.0.22:9999'
+// const BaseUrl = 'https://mx.jzeg.cn:9096'
+// const BaseUrl = 'http://192.168.31.17:9999'
+// const BaseUrl = 'http://192.168.0.100:9999'
+// const BaseUrl = 'http://192.168.0.108:9999'
 // 鐧诲綍
 // function apiLogin({
 // 	code
@@ -59,7 +60,14 @@
 	idCard,
 	carNo,
 	carImg,
-	drivingImg
+	drivingImg,
+	vehicleColour,
+	bodyofcarJpg,
+	roadTransportImg,
+	tradeQualificationImg,
+	isCoalCar,
+	countryNumberCar,
+	inventoryImg
 }) {
 	uni.showLoading({ title: '鍔犺浇涓�...' })
 	return new Promise((resolve, reject) => {
@@ -76,7 +84,14 @@
 				idCard,
 				carNo,
 				carImg,
-				drivingImg
+				drivingImg,
+				vehicleColour,
+				bodyofcarJpg,
+				roadTransportImg,
+				tradeQualificationImg,
+				isCoalCar,
+				countryNumberCar,
+				inventoryImg
 			},
 			header: {
 				'Authorization': 'Basic c29jaWFsOnNvY2lhbA==', //app:app

--
Gitblit v1.9.1