From f9812ca20f1a34809057fdcd8564f7c495fc9693 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 21 Jul 2022 09:17:52 +0800
Subject: [PATCH] 1

---
 src/api/mobile/search/index.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/api/mobile/search/index.js b/src/api/mobile/search/index.js
index 31aa607..93f1cc3 100644
--- a/src/api/mobile/search/index.js
+++ b/src/api/mobile/search/index.js
@@ -7,7 +7,7 @@
 // 搜索
 import request from '@/router/axios'
 
-//出入-AED-停车场
+// 出入-AED-停车场
 export const getListSearch = (params) => {
     return request({
         url: 'blade-architecture/architecture/selectLook',
@@ -15,4 +15,3 @@
         params: params
     })
 }
-

--
Gitblit v1.9.3