diff --git a/collect_information/.env.development b/collect_information/.env.development
index edad538..24cdd4f 100644
--- a/collect_information/.env.development
+++ b/collect_information/.env.development
@@ -1,3 +1,3 @@
# 配置文档参考 https://taro-docs.jd.com/docs/next/env-mode-config
TARO_APP_ID="wx0acd1c4fcf94bdd3"
-TARO_APP_BASE_API="http://172.10.10.93:8765"
+TARO_APP_BASE_API="https://www.hnjinglian.cn:5678"
diff --git a/collect_information/.env.production b/collect_information/.env.production
index be6f45e..b582c8e 100644
--- a/collect_information/.env.production
+++ b/collect_information/.env.production
@@ -1 +1,2 @@
-# TARO_APP_ID="生产环境下的小程序appid"
\ No newline at end of file
+# TARO_APP_ID="wx0acd1c4fcf94bdd3"
+TARO_APP_BASE_API="https://www.hnjinglian.cn:5678"
diff --git a/collect_information/src/pages/police/mine/index.scss b/collect_information/src/pages/police/mine/index.scss
index e69de29..22a7712 100644
--- a/collect_information/src/pages/police/mine/index.scss
+++ b/collect_information/src/pages/police/mine/index.scss
@@ -0,0 +1,71 @@
+.public {
+ height: 100vh;
+ background-color: #fff;
+}
+.public-container {
+ height: 320rpx;
+ display: flex;
+ align-items: center;
+ background-image: url('../../../assets/images/banner.png');
+ background-repeat: no-repeat;
+ background-position: right;
+ overflow: hidden;
+ padding: 45rpx;
+ box-sizing: border-box;
+ .contacts {
+ height: 75rpx;
+ width: 75rpx;
+ border-radius: 50%;
+ border: solid 1px gray;
+ .image {
+ width: 100%;
+ height: 100%;
+ }
+ }
+ .tips-text {
+ display: flex;
+ font-size: 28rpx;
+ color: #fff;
+ line-height: 50rpx;
+ margin-left: 20rpx;
+ flex-direction: column;
+ justify-content: space-evenly;
+ }
+}
+.exit {
+ height: 100rpx;
+ line-height: 40px;
+ border-bottom: solid 0.5px #ebebf7;
+ box-sizing: border-box;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ color: #7d7d7d;
+ .exitItem {
+ display: flex;
+ align-items: center;
+ margin-left: 30rpx;
+ }
+ .exitItemIndex {
+ height: 40rpx;
+ width: 40rpx;
+ border-radius: 50%;
+ display: block;
+ line-height: 48rpx;
+ image {
+ width: 100%;
+ height: 100%;
+ }
+ }
+ .microscope {
+ width: 8px;
+ height: 8px;
+ display: inline-block;
+ border: solid 2px #ccc;
+ -webkit-transform: rotate(45deg);
+ transform: rotate(45deg);
+ border-bottom: white;
+ border-left: white;
+ }
+}
+
diff --git a/collect_information/src/pages/police/mine/index.vue b/collect_information/src/pages/police/mine/index.vue
index ce60812..c3cf9de 100644
--- a/collect_information/src/pages/police/mine/index.vue
+++ b/collect_information/src/pages/police/mine/index.vue
@@ -1,9 +1,56 @@
-
- 警察我的444
+
+
+
+
+
+
+
+ 名字
+
+ 部门
+ 未选择单位
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
diff --git a/collect_information/src/subPages/police/myEnterprisesUnit/myEnterprisesUnit.vue b/collect_information/src/subPages/police/myEnterprisesUnit/myEnterprisesUnit.vue
index b1cb95e..dbbdc4e 100644
--- a/collect_information/src/subPages/police/myEnterprisesUnit/myEnterprisesUnit.vue
+++ b/collect_information/src/subPages/police/myEnterprisesUnit/myEnterprisesUnit.vue
@@ -1,38 +1,45 @@
-
-
+
+
{{ item?.name }}
- 地址:
+ 地址:
{{ item?.provinceName }}{{ item.cityName }}{{ item.districtsName }}{{ item.streetName }}
-
+
联系人:{{ item?.contactPersonInfo.name }}
电话:{{ item?.contactPersonInfo.telephone }}
-
+
{{ serviceProject.name }}
+
+
+
+
+