feat
This commit is contained in:
parent
89152bfb22
commit
5b031ccba1
@ -20,6 +20,7 @@
|
||||
<information v-else-if="port === '9401'" />
|
||||
<qcfgquality v-else-if="port === '9402'" />
|
||||
<machine v-else-if="port === '9403'" />
|
||||
<cdapChart v-else-if="port === '9404'" />
|
||||
<operate-home v-else-if="port === '80' || port === ''"></operate-home>
|
||||
<home-page v-else></home-page>
|
||||
</div>
|
||||
@ -46,6 +47,7 @@ import agricultural from './machinery/home2/index.vue'
|
||||
import information from './informationManagement/home/index'
|
||||
import machine from './machineVision/home/index.vue'
|
||||
import qcfgquality from './qcfgjIndustrialVision/qcfgquality/index'
|
||||
import cdapChart from './cdap/chart/index'
|
||||
export default {
|
||||
components: {
|
||||
HomePage,
|
||||
@ -68,7 +70,8 @@ export default {
|
||||
agricultural,
|
||||
information,
|
||||
machine,
|
||||
qcfgquality
|
||||
qcfgquality,
|
||||
cdapChart
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user