ZaiZai 1 year ago
parent
commit
aee5164d4b
3 changed files with 8 additions and 6 deletions
  1. 4 2
      config/index.js
  2. 2 2
      manifest.json
  3. 2 2
      pages/data-fill/treeData.vue

+ 4 - 2
config/index.js

@@ -18,8 +18,10 @@ export default {
     },
     //正式环境
     baseApi: {
-        api: 'http://47.110.251.215:8090/', //请求地址
-        form: 'https://user.hcxxy.com/',    //表单地址
+        api: 'http://192.168.0.109:8090/',  //请求地址
+        form: 'http://192.168.0.109:5173/', //表单地址
+        //api: 'http://47.110.251.215:8090/', //请求地址
+        //form: 'https://user.hcxxy.com/',    //表单地址
         wss: 'wss://business.hcxxy.com/wss/websocket/', //长连接地址
     },
     //H5测试设置

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "泓创数字工程",
     "appid" : "__UNI__A0B807E",
     "description" : "",
-    "versionName" : "2.0.2",
-    "versionCode" : 202,
+    "versionName" : "2.0.3",
+    "versionCode" : 203,
     "transformPx" : false,
     "networkTimeout" : {
         "request" : 300000,

+ 2 - 2
pages/data-fill/treeData.vue

@@ -27,8 +27,8 @@
                                     <view class="flex flex-items-center icon">
                                         <text class="i-ri-arrow-down-s-fill" v-if="!items.notExsitChild"/>
                                     </view>
-                                    <view class="content" :class="item.colorStatus === 2 ? 'text-blue-5':item.colorStatus === 3 ? 'text-orange-5': item.colorStatus === 4 ? 'text-green-5': ''">
-                                        {{items.title}}【{{ item.submitCounts ?? 0 }}】
+                                    <view class="content" :class="items.colorStatus === 2 ? 'text-blue-5':items.colorStatus === 3 ? 'text-orange-5': items.colorStatus === 4 ? 'text-green-5': ''">
+                                        {{items.title}}【{{ items.submitCounts ?? 0 }}】
                                     </view>
                                 </view>
                             </template>