From 246f61f97559c19207d9f262820b0ab5fa725522 Mon Sep 17 00:00:00 2001 From: zhaohongyu Date: Thu, 24 Jul 2025 16:39:48 +0800 Subject: [PATCH] =?UTF-8?q?2025/07/24=20=E7=9B=91=E7=AE=A1=E7=AB=AF?= =?UTF-8?q?=E4=BA=BA=E8=84=B8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/index.js b/api/index.js index 4e5561c..61fb15c 100644 --- a/api/index.js +++ b/api/index.js @@ -166,3 +166,5 @@ export const goCheckLicenceNo = (params) => post("/vehiclemessage/goCheckLicence export const uploadSmd = (params) => upload("/busImgfiles/upload/smd", params); // 上传图片至smd(不上传到数据库,返回文件地址) export const getVehicleTypeList = () => post("/app/dictionaries/getLevels", {loading: false, DICTIONARIES_ID: '20e73033ae1f81f342fa09c451f02fce'}) //获取车辆类型 + +export const submitEditUserFace = (params) => loginRequest("/sys/user/submitEditUserFace", params); \ No newline at end of file