From 81f54040c2cb65537c6c6e1db8358a39a57dea0d Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 15 Aug 2022 16:14:01 +0800
Subject: [PATCH] 1

---
 src/api/pc/leftNav/index.js |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/api/pc/leftNav/index.js b/src/api/pc/leftNav/index.js
index 728cc37..54b1971 100644
--- a/src/api/pc/leftNav/index.js
+++ b/src/api/pc/leftNav/index.js
@@ -2,7 +2,7 @@
  * @Author: Morpheus
  * @Date: 2021-05-09 15:17:44
  * @Last Modified by: Morpheus
- * @Last Modified time: 2021-12-24 15:11:14
+ * @Last Modified time: 2022-03-08 09:28:55
  */
 // 右侧nav栏相关
 import request from '@/router/axios'
@@ -17,7 +17,7 @@
 
 export const getMonitorList = (params) => {
     return request({
-        url: '/blade-architecture/architecture/selectVideo',
+        url: '/blade-sp/sp/list',
         method: 'get',
         params: params
     })
@@ -25,7 +25,7 @@
 
 export const getSceneList = (params) => {
     return request({
-        url: '/blade-architecture/architecture/selectArch',
+        url: '/blade-vr/vr/list',
         method: 'get',
         params: params
     })
@@ -47,11 +47,10 @@
     })
 }
 
-
 export const add = (row) => {
     return request({
         url: '/blade-architecture/architecture/save',
         method: 'post',
         data: row
     })
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3