| | |
| | | import CreateTicketDialog from '@/views/tickets/ticketComponent/CreateTicketDialog.vue'; |
| | | import TicketDetailDialog from '@/views/tickets/ticketComponent/TicketDetailDialog.vue'; |
| | | const { envName } = getBaseConfig(); |
| | | const isProd = import.meta.env.VITE_APP_ENV === 'production' |
| | | const route = useRoute() |
| | | const router = useRouter() |
| | | const store = useStore() |
| | |
| | | } |
| | | }) |
| | | dataList.value = filteredData |
| | | |
| | | } |
| | | }) |
| | | } |
| | |
| | | |
| | | // 生命周期 |
| | | onMounted(() => { |
| | | |
| | | inputMapShowDefaultCenter.value = null |
| | | loadAMapScripts() |
| | | fetchDropdownData() |
| | | getAlgorithmList() |
| | | // 设置默认activeTab |
| | | activeTab.value = defaultActiveTab.value |
| | | const href = window.location.href; |