|
@@ -10,6 +10,7 @@ let iconScalePush = require('./../images/icon_scale_push.png').replace(/^undefin
|
|
|
let iconOperationPush = require('./../images/icon_operation_push.png').replace(/^undefined/g, '')
|
|
|
let iconDrugPush = require('./../images/icon_drug_push.png').replace(/^undefined/g, '')
|
|
|
let iconDiagPush = require('./../images/icon_diag_push.png').replace(/^undefined/g, '')
|
|
|
+let iconDiagPush2 = require('./../images/icon_diag_push2.png').replace(/^undefined/g, '')
|
|
|
let iconCommonTreatPush = require('./../images/icon_drug_push.png').replace(/^undefined/g, '')
|
|
|
let iconCheckupPush = require('./../images/icon_checkup_push.png').replace(/^undefined/g, '')
|
|
|
let iconTreat = require('./../images/zhiliao.png').replace(/^undefined/g, '')
|
|
@@ -175,7 +176,7 @@ const titleConfig = {
|
|
|
},
|
|
|
diagPush:{
|
|
|
background: "#EEF5FD",
|
|
|
- icon: iconDiagPush,
|
|
|
+ icon: iconDiagPush2,
|
|
|
name:"智能诊断"
|
|
|
},
|
|
|
checkupPush:{
|