From 46c5c58cfa7deb18109d5df393875b4095ad7929 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 27 Dec 2024 19:19:10 +0800
Subject: [PATCH] 群众上报页面不显示修复

---
 src/api/scanOrCode/index.js |   90 +++++++++++++++++++++++++--------------------
 1 files changed, 50 insertions(+), 40 deletions(-)

diff --git a/src/api/scanOrCode/index.js b/src/api/scanOrCode/index.js
index 8fa87c5..be0d54e 100644
--- a/src/api/scanOrCode/index.js
+++ b/src/api/scanOrCode/index.js
@@ -1,3 +1,13 @@
+/*
+ * @Author: shuishen 1109946754@qq.com
+ * @Date: 2024-06-21 16:37:19
+ * @LastEditors: shuishen 1109946754@qq.com
+ * @LastEditTime: 2024-12-27 19:05:15
+ * @FilePath: \srs-police-affairs\src\api\scanOrCode\index.js
+ * @Description: 
+ * 
+ * Copyright (c) 2024 by shuishen, All Rights Reserved. 
+ */
 import request from "@/router/axios.js"
 
 /**
@@ -6,14 +16,14 @@
  * @returns
  */
 export const getAppOwerRenterRegistrantList = (params) => {
-    return request({
-        url: "/api/blade-appOwerRenterRegistrant/appOwerRenterRegistrant/page",
-        method: "get",
-        meta: {
-            isToken: false,
-        },
-        params: params,
-    })
+  return request({
+    url: "/api/blade-appOwerRenterRegistrant/appOwerRenterRegistrant/page",
+    method: "get",
+    meta: {
+      // isToken: false,
+    },
+    params: params,
+  })
 }
 
 /**
@@ -22,14 +32,14 @@
  * @returns
  */
 export const getAppOwerRenterRegistrantCohabitList = (params) => {
-    return request({
-        url: "/api/blade-appOwerRenterRegistrantCohabit/appOwerRenterRegistrantCohabit/page",
-        method: "get",
-        meta: {
-            isToken: false,
-        },
-        params: params,
-    })
+  return request({
+    url: "/api/blade-appOwerRenterRegistrantCohabit/appOwerRenterRegistrantCohabit/page",
+    method: "get",
+    meta: {
+      // isToken: false,
+    },
+    params: params,
+  })
 }
 
 /**
@@ -38,14 +48,14 @@
  * @returns
  */
 export const getAppRegisterInfoList = (params) => {
-    return request({
-        url: "/api/blade-appRegisterInfo/appRegisterInfo/page",
-        method: "get",
-        meta: {
-            isToken: false,
-        },
-        params: params,
-    })
+  return request({
+    url: "/api/blade-appRegisterInfo/appRegisterInfo/page",
+    method: "get",
+    meta: {
+      // isToken: false,
+    },
+    params: params,
+  })
 }
 
 /**
@@ -54,14 +64,14 @@
  * @returns
  */
 export const getAppEmploymentRegistrationList = (params) => {
-    return request({
-        url: "/api/blade-appEmploymentRegistration/appEmploymentRegistration/page",
-        method: "get",
-        meta: {
-            isToken: false,
-        },
-        params: params,
-    })
+  return request({
+    url: "/api/blade-appEmploymentRegistration/appEmploymentRegistration/page",
+    method: "get",
+    meta: {
+      // isToken: false,
+    },
+    params: params,
+  })
 }
 
 /**
@@ -70,12 +80,12 @@
  * @returns
  */
 export const getAddressManageList = (params) => {
-    return request({
-        url: "/api/blade-addressManage/addressManage/page",
-        method: "get",
-        meta: {
-            isToken: false,
-        },
-        params: params,
-    })
+  return request({
+    url: "/api/blade-addressManage/addressManage/page",
+    method: "get",
+    meta: {
+      // isToken: false,
+    },
+    params: params,
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.3