From ebb8e1fd49f89323d561b1f78547fc1bc129e3b7 Mon Sep 17 00:00:00 2001
From: gaoaoy <1042166043@qq.com>
Date: 星期二, 12 三月 2024 09:08:37 +0800
Subject: [PATCH] 6 设备工具明细 功能调整

---
 src/assets/api/controller.js |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js
index b514359..5e68507 100644
--- a/src/assets/api/controller.js
+++ b/src/assets/api/controller.js
@@ -30,6 +30,9 @@
 	selectPowerByRoleId: "/role/selectPowerByRoleId", //閫氳繃瑙掕壊id鏌ヨ鏉冮檺鍒楄〃
 	upRole: "/role/upRole", //淇敼瑙掕壊
 	getUserMenu: "/user/getUserMenu", //鑾峰彇鐢ㄦ埛鏋氫妇
+	selectCustomPageList: "/user/selectCustomPageList", //鑾峰彇瀹㈡埛鍒楄〃
+	delCustomById: "/user/delCustomById", //鍒犻櫎瀹㈡埛淇℃伅
+	addCustom: "/user/addCustom", //鏂板瀹㈡埛淇℃伅
 }
 
 const dataReporting = {
@@ -99,10 +102,10 @@
 	addDeviceParameter: "/deviceScope/addDeviceParameter", //娣诲姞璁惧璇︽儏鍙傛暟
 	delDeviceParameter: "/deviceScope/delDeviceParameter", //鍒犻櫎璁惧璇︽儏鍙傛暟
 	upDeviceParameter: "/deviceScope/upDeviceParameter", //淇敼璁惧璇︽儏鍙傛暟
-  authorizedPerson: "/deviceScope/authorizedPerson", //鑾峰彇鎺堟潈浜�
+  authorizedPerson: "/user/getDeviceManager", //鑾峰彇鎺堟潈浜�
   selectEquipmentOverview: "/deviceScope/selectEquipmentOverview", //鑾峰彇璁惧鎬昏
   uploadFile: "/deviceScope/uploadFile", //涓婁紶鍥剧墖
-  selectDevicePrincipal: "/deviceScope/selectDevicePrincipal", //鑾峰彇璁惧璐熻矗浜�
+  selectDevicePrincipal: "/user/getDeviceManager", //鑾峰彇璁惧璐熻矗浜�
 }
 
 const systemLog = {
@@ -114,6 +117,11 @@
 	addStandardTree: "/standardTree/addStandardTree", //娣诲姞鏍囧噯鏍�
 	addStandardMethodList: "/standardTree/addStandardMethodList", //缁欐爣鍑嗘爲娣诲姞妫�楠屾爣鍑�
 	selectsStandardMethodByFLSSM: "/standardTree/selectsStandardMethodByFLSSM", //鏍规嵁鏍囧噯鏍戣繘琛屾爣鍑嗘煡璇�
+	upStandardProductList: "/standardTree/upStandardProductList", //淇敼鏍囧噯搴撲腑鐨勮姹傚��
+	delStandardMethodByFLSSM: "/standardTree/delStandardMethodByFLSSM", //鍒犻櫎鏍囧噯鏍戜笅鐨勬楠屾爣鍑�
+	delStandardProductByIds: "/standardTree/delStandardProductByIds", //鍒犻櫎鏍囧噯鏍戜笅鐨勬楠岄」鐩�
+	addStandardProduct: "/standardTree/addStandardProduct", //鏂板鏍囧噯鏍戜笅鐨勬楠岄」鐩�
+	delStandardTree: "/standardTree/delStandardTree", //鍒犻櫎鏍囧噯鏍戠殑灞傜骇
 }
 
 const standardMethod = {

--
Gitblit v1.9.3