From 89761212ad3ac02b68276d82c26ab6cd767ea216 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu <819527061@qq.com>
Date: 星期二, 06 一月 2026 14:56:29 +0800
Subject: [PATCH] 新政修改密码功能

---
 utils/jihua.js |   35 ++++++++++++++++++++++++++++++-----
 1 files changed, 30 insertions(+), 5 deletions(-)

diff --git a/utils/jihua.js b/utils/jihua.js
index 3082da2..0b4e480 100644
--- a/utils/jihua.js
+++ b/utils/jihua.js
@@ -5,16 +5,41 @@
 		method: 'GET'
 	},
 	// 鍙戣繍鍒楄〃
-	fyList: {
-		url: '/yunxiao/contractorder/fyList',
-		method: 'GET'
+
+	/**
+	 * 閫欐槸鏈塨ug鐨勬帴鍙�
+	 */
+	// fyList: {
+	// 	url: '/yunxiao/contractorder/fyList',
+	// 	method: 'GET'
+	// },
+
+	/**
+	 * 閫欐槸姝g⒑鐨�
+	 */
+	fyList:{
+		url:'/yunxiao/xscarshippingdayplan/fyList',
+		method:'GET'
 	},
+
+    editInfo:{  // 鏇存敼涓汉淇℃伅
+        url:'/admin/user/edit',
+        method:'put'
+    },
+
+
 	xscarshippingdayplan: {
 		url: '/yunxiao/xscarshippingdayplan/page',
 		method: 'GET'
 	},
+
+	// xscarshippingdayplan: {
+	// 	url: '/yunxiao/contractorder/page',
+	// 	method: 'GET'
+	// },
+
 	// /yunxiao/xscarshippingdayplan
-	addObj: {
+	xscarshippingdayplanAddObj: {
 		url: '/yunxiao/xscarshippingdayplan',
 		method: 'POST'
 	},
@@ -28,4 +53,4 @@
 		url: '/admin/menu',
 		method: 'GET'
 	}
-}
\ No newline at end of file
+}

--
Gitblit v1.9.1