Merge remote-tracking branch 'origin/develop'
All checks were successful
master分支构建发布到公网服务器 / Build-Publish (push) Successful in 11m23s
All checks were successful
master分支构建发布到公网服务器 / Build-Publish (push) Successful in 11m23s
This commit is contained in:
commit
327533c003
@ -17,12 +17,22 @@ import { mapGetters } from 'vuex';
|
|||||||
import MenuTrain from './menuTrain';
|
import MenuTrain from './menuTrain';
|
||||||
import MenuButton from './menuButton';
|
import MenuButton from './menuButton';
|
||||||
import MenuBar from './localWorkMenuBar';
|
import MenuBar from './localWorkMenuBar';
|
||||||
|
import MenuSignal from './menuSignal';
|
||||||
|
import MenuStationStand from './menuStationStand';
|
||||||
|
import MenuSwitch from './menuSwitch';
|
||||||
|
import MenuSection from './menuSection';
|
||||||
|
import MenuStation from './menuStation';
|
||||||
export default {
|
export default {
|
||||||
name: 'LocalWorkMenu',
|
name: 'LocalWorkMenu',
|
||||||
components: {
|
components: {
|
||||||
MenuTrain,
|
MenuTrain,
|
||||||
MenuButton,
|
MenuButton,
|
||||||
MenuBar
|
MenuBar,
|
||||||
|
MenuSignal,
|
||||||
|
MenuStationStand,
|
||||||
|
MenuSwitch,
|
||||||
|
MenuSection,
|
||||||
|
MenuStation
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
selected: {
|
selected: {
|
||||||
|
Loading…
Reference in New Issue
Block a user