From ae08a735c561038fc1babfa662a597bd742da079 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 11 九月 2023 11:11:03 +0800
Subject: [PATCH] 操作指引修改,增加重置密码和修改密码

---
 api/globalApi.js |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/api/globalApi.js b/api/globalApi.js
index 2fafc83..d3ca4b8 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -411,4 +411,28 @@
 		url: '/wrzs/tmtaskcoalitem/updateTmTaskCoalItem',
 		method: 'POST'
 	},
+	/**
+	 *@description 鏌ヨ涓�绾у搧绫� */
+	getFirstCategoryName: {
+		url: '/wrzs/jcproduct/getFirstCategoryName',
+		method: 'GET'
+	},
+	/**
+	 *@description 鏌ヨ浜岀骇鍝佺被 */
+	getSecondCategoryName: {
+		url: '/wrzs/jcproduct/getSecondCategoryName',
+		method: 'GET'
+	},
+	/**
+	 *@description 鏍规嵁涓�绾у搧绫� 浜岀骇鍝佺被鏌ヨ瑙勬牸*/
+	getSpec: {
+		url: '/wrzs/jcproduct/getSpec',
+		method: 'GET'
+	},
+	/**
+	 * @description 鑾峰彇鐧诲綍鏃ュ織 濡傛灉绗竴娆$櫥褰� 灏卞己鍒舵墦寮�鏂版墜鎸囧紩 */
+	getLogOn: {
+		url: 'admin/log/getLogOn',
+		method: 'GET'
+	}
 }
\ No newline at end of file

--
Gitblit v1.9.1