From be836745bfa70ca2240c400acbed7971878cdec4 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 05 Dec 2022 15:54:44 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs

---
 src/api/dept/index.js |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 86ba4d8..107e6e7 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -1,3 +1,13 @@
+/*
+ * @Author: shuishen 1109946754@qq.com
+ * @Date: 2022-11-30 15:18:29
+ * @LastEditors: shuishen 1109946754@qq.com
+ * @LastEditTime: 2022-12-05 15:23:32
+ * @FilePath: \srs-police-affairs\src\api\dept\index.js
+ * @Description: 
+ * 
+ * Copyright (c) 2022 by shuishen 1109946754@qq.com, All Rights Reserved. 
+ */
 import request from "@/router/axios.js"
 
 /**
@@ -5,9 +15,10 @@
  * @param {*} params
  * @returns
  */
-export const getPoliceStationList = () => {
+export const getPoliceStationList = (requestBaseUrl = 'outside') => {
     return request({
         url: '/blade-system/dept/getAllPoliceStation',
+        requestBaseUrl,
         method: 'get',
     })
 }

--
Gitblit v1.9.3