fix: bug
This commit is contained in:
parent
72f7fa63b8
commit
efeb1c06fb
@ -7,12 +7,14 @@
|
||||
<device-info v-else-if="port === '9210'"></device-info>
|
||||
<cityManageMap v-else-if="port === '9180'" />
|
||||
<interface-home v-else-if="port === '9260'" />
|
||||
<panzhi-page v-else-if="port === '9270'" />
|
||||
<operate-home v-else-if="port === '80' || port === ''"></operate-home>
|
||||
<home-page v-else></home-page>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import HomePage from './home.vue'
|
||||
import PanzhiPage from './pzhmyManage/home/index.vue'
|
||||
import OperateHome from './operation/home/index.vue'
|
||||
import EnergyHome from './energy/home/index.vue'
|
||||
import MachineryHome from './machinery/home/index.vue'
|
||||
@ -29,7 +31,8 @@ export default {
|
||||
deviceMap,
|
||||
cityManageMap,
|
||||
deviceInfo,
|
||||
interfaceHome
|
||||
interfaceHome,
|
||||
PanzhiPage
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user