| | |
| | | VITE_APP_AIRLINE_URL = https://wrj.shuixiongit.com/minio/cloud-bucket |
| | | |
| | | #系统运维 |
| | | VITE_APP_ADMIN_URL = 'https://wrj.shuixiongit.com/manage' |
| | | VITE_APP_ADMIN_URL = 'https://wrj.shuixiongit.com/manage/wel/index' |
| | |
| | | # ws地址 |
| | | VITE_APP_WS_API_URL = wss://wrj.shuixiongit.com/drone-wss/api/v1/ws |
| | | # 管理后台地址 |
| | | VITE_APP_ADMIN_URL = 'https://aisky.org.cn/manage' |
| | | VITE_APP_ADMIN_URL = 'https://aisky.org.cn/manage/wel/index' |
| | |
| | | VITE_APP_AIRLINE_URL = https://wrj.shuixiongit.com/minio/cloud-bucket |
| | | |
| | | #系统运维 |
| | | VITE_APP_ADMIN_URL = 'https://wrj.shuixiongit.com/manage' |
| | | VITE_APP_ADMIN_URL = 'https://wrj.shuixiongit.com/manage/wel/index' |
| | |
| | | |
| | | const handleClick = ({ path, name }) => { |
| | | if (['系统运维'].includes(name)) { |
| | | window.open(import.meta.env.VITE_APP_ADMIN_URL + '/wel/index', '_blank'); |
| | | window.open(import.meta.env.VITE_APP_ADMIN_URL, '_blank'); |
| | | return; |
| | | } |
| | | if (!['首页', '任务管理'].includes(name)) return ElMessage.warning('正在加急开发中...'); |
| | |
| | | const total = ref(0) |
| | | |
| | | const distribution = row => { |
| | | let saberTokenObj = localStorage.getItem('saber-token') |
| | | const orderNumber = row.event_num |
| | | window.open(import.meta.env.VITE_APP_ADMIN_URL + `/tickets/ticket?orderNumber=${orderNumber}`, '_blank'); |
| | | const adminUrl = import.meta.env.VITE_APP_ADMIN_URL |
| | | const targetPath = `/tickets/ticket?orderNumber=${orderNumber}`; |
| | | window.open(`${adminUrl}?redirect=${encodeURIComponent(targetPath)}`, '_blank'); |
| | | } |
| | | const examine = row => { |
| | | ElMessage.warning('正在加急开发中...') |