fangmingyue 2 years ago
parent
commit
c2882574f3
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      config/dev.js
  2. 1
    1
      src/components/IssueCard/index.jsx

+ 1
- 1
config/dev.js View File

4
   },
4
   },
5
   defineConstants: {
5
   defineConstants: {
6
     // HOST: '"http://127.0.0.1:9087"',
6
     // HOST: '"http://127.0.0.1:9087"',
7
-    HOST: '"http://192.168.89.147:9087"',
7
+    HOST: '"http://localhost:9087"',
8
     AD_IMAGE: '"https://h5.njyunzhi.com/images/citizen_banner.png"',
8
     AD_IMAGE: '"https://h5.njyunzhi.com/images/citizen_banner.png"',
9
     DEFAULT_POS: '"116.3476917447715,31.409912844296578"', // 霍山县人民政府 gcj02
9
     DEFAULT_POS: '"116.3476917447715,31.409912844296578"', // 霍山县人民政府 gcj02
10
   },
10
   },

+ 1
- 1
src/components/IssueCard/index.jsx View File

52
           <View>问题清单</View>
52
           <View>问题清单</View>
53
         </View>
53
         </View>
54
         <View>
54
         <View>
55
-          <View>{detail?.typeName}</View>
55
+          <View>{detail?.typeName ? detail?.typeName : ' '}</View>
56
           <View>{createDate}</View>
56
           <View>{createDate}</View>
57
         </View>
57
         </View>
58
       </View>
58
       </View>