zhangqun 11 months ago
commit a754c9b8b1
  1. 1587
      common/globalJs/globalJs.js
  2. 10
      manifest.json
  3. 1373
      pages/index/detail.vue
  4. 4
      pages/investigation/components/investigation-item.vue
  5. 4
      pages/investigation/components/investigation-item2.vue
  6. 2596
      pages/investigation/task.vue

File diff suppressed because it is too large Load Diff

@ -141,7 +141,15 @@
"pathRewrite" : { "pathRewrite" : {
"^/HiatmpPro" : "/HiatmpPro" "^/HiatmpPro" : "/HiatmpPro"
} }
} },
"/hitapChat" : {
"target" : "http://219.147.31.25:30001/hitap",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"^/hitapChat" : ""
}
}
} }
}, },
"title" : "排查隐患" "title" : "排查隐患"

File diff suppressed because it is too large Load Diff

@ -251,7 +251,9 @@
} }
/deep/ .uni-forms-item__label { /deep/ .uni-forms-item__label {
font-size: 16px; font-size: 32rpx;
height:auto;
margin-bottom: 20rpx;
} }
} }

@ -271,7 +271,8 @@
} }
/deep/ .uni-forms-item__label { /deep/ .uni-forms-item__label {
font-size: 16px; font-size: 32rpx;
// height:82rpx
} }
} }
@ -297,4 +298,5 @@
color: #2663BF; color: #2663BF;
} }
} }
</style> </style>

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save