diff --git a/src/config/env.js b/src/config/env.js
index bebb3d3..a9632ad 100644
--- a/src/config/env.js
+++ b/src/config/env.js
@@ -2,7 +2,7 @@
  * @name 小程序环境
  * @description 多环境配置
  */
-const envName = 'development';
+const envName = 'production';
 const envs = [{
     envName: 'production',
     appID: 'wx736395182f05a1b7',
diff --git a/src/packages/people/pages/guide/guide.vue b/src/packages/people/pages/guide/guide.vue
index 40c7450..229f229 100644
--- a/src/packages/people/pages/guide/guide.vue
+++ b/src/packages/people/pages/guide/guide.vue
@@ -32,7 +32,7 @@
 
     <block v-if="option.path === 'sonGuide3'">
       <view class="second-section-gird">
-        <view :class="songuid == 1 ? 'action' :''" @click="headerSonguid(1)">村务监督月例会</view>
+        <view :class="songuid == 1 ? 'action' :''" @click="headerSonguid(1)">村务监督</view>
         <view :class="songuid == 2 ? 'action' :''" @click="headerSonguid(2)">在线投诉</view>
       </view>
       <view class="rural-list flex">
@@ -433,7 +433,7 @@
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
-        width: 80%;
+        width: 50%;
         height: 20rpx;
         opacity: 0.2;
         background: linear-gradient(to bottom, #FF4C4C, #fff);