From bda127148b7a03f515b845dead5b70508a7918f7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 24 Dec 2021 15:41:37 +0800
Subject: [PATCH] 逻辑调整部分文件更换
---
src/api/pc/leftNav/index.js | 18 +++++-------------
1 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/src/api/pc/leftNav/index.js b/src/api/pc/leftNav/index.js
index a4ffdb1..e94cec4 100644
--- a/src/api/pc/leftNav/index.js
+++ b/src/api/pc/leftNav/index.js
@@ -2,30 +2,22 @@
* @Author: Morpheus
* @Date: 2021-05-09 15:17:44
* @Last Modified by: Morpheus
- * @Last Modified time: 2021-12-23 14:09:00
+ * @Last Modified time: 2021-12-24 15:11:14
*/
// 右侧nav栏相关
import request from '@/router/axios'
-export const getComeList = (params) => {
+export const getLifeList = (params) => {
return request({
- url: '/blade-door/door/selectDoor',
+ url: '/blade-life/life/selectList',
method: 'get',
params: params
})
}
-export const getParkList = (params) => {
+export const getMonitorList = (params) => {
return request({
- url: '/blade-parking/parking/selectPark',
- method: 'get',
- params: params
- })
-}
-
-export const getAEDkList = (params) => {
- return request({
- url: '/blade-aed/aed/selectAed',
+ url: '/blade-architecture/architecture/selectVideo',
method: 'get',
params: params
})
--
Gitblit v1.9.3