| | |
| | | <script> |
| | | import { mapGetters } from 'vuex' |
| | | import { |
| | | getList, getCanteenList, getSupermarketList, getMedicalList, |
| | | getExpressList, getShowersList, getCopyList, getBankList, getAedList, getServiceList, getParkList |
| | | getList, getCanteenList, getSupermarketList, |
| | | getMedicalList, getExpressList, getShowersList, |
| | | getTransferList, getCopyList, getBankList, |
| | | getAedList, getServiceList, getParkList, |
| | | getAlleywayList |
| | | } from '@/api/pc/service/index' |
| | | |
| | | export default { |
| | |
| | | }) |
| | | }) |
| | | }) |
| | | } else if (this.arcCode == 6) { |
| | | getTransferList({ campus: campus }).then(res => { |
| | | res.data.data.records.forEach(item => { |
| | | this.itemNavList.push({ |
| | | navTitle: item.mechanismname, |
| | | icon: '/img/navicon/tag.png', |
| | | details: item |
| | | }) |
| | | }) |
| | | }) |
| | | } else if (this.arcCode == 7) { |
| | | getCopyList({ campus: campus }).then(res => { |
| | | res.data.data.records.forEach(item => { |
| | |
| | | }) |
| | | } else if (this.arcCode == 11) { |
| | | getParkList({ campus: campus }).then(res => { |
| | | res.data.data.records.forEach(item => { |
| | | this.itemNavList.push({ |
| | | navTitle: item.mechanismname, |
| | | icon: '/img/navicon/tag.png', |
| | | details: item |
| | | }) |
| | | }) |
| | | }) |
| | | } else if (this.arcCode == 12) { |
| | | getAlleywayList({ campus: campus }).then(res => { |
| | | res.data.data.records.forEach(item => { |
| | | this.itemNavList.push({ |
| | | navTitle: item.mechanismname, |
| | |
| | | width: 322px; |
| | | height: auto; |
| | | border-radius: 8px; |
| | | top: 24%; |
| | | left: 20%; |
| | | top: 16%; |
| | | left: 5%; |
| | | background-color: transparent; |
| | | z-index: 999; |
| | | font-size: 14px; |
| | |
| | | margin: auto; |
| | | width: 14px; |
| | | height: 14px; |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | .move { |