From 95a1c8ca00f42eb9887b7bc04661595bd7ff518b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 24 Dec 2021 09:56:20 +0800
Subject: [PATCH] 图片及部分样式更改

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

diff --git a/src/api/pc/leftNav/index.js b/src/api/pc/leftNav/index.js
index 21cd826..a4ffdb1 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-22 16:01:37
+ * @Last Modified time: 2021-12-23 14:09:00
  */
 // 右侧nav栏相关
 import request from '@/router/axios'
@@ -39,6 +39,14 @@
     })
 }
 
+export const getWayList = (params) => {
+    return request({
+        url: '/blade-road/road/selectList',
+        method: 'get',
+        params: params
+    })
+}
+
 export const getTagList = (params) => {
     return request({
         url: '/blade-architecture/architecture/selectArchALL',

--
Gitblit v1.9.3