| | |
| | | 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' |
| | |
| | | # 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' |
| | |
| | | |
| | | const handleClick = ({ path, name }) => { |
| | | if (['系统运维'].includes(name)) { |
| | | console.log('打印地址',import.meta.env.VITE_APP_ADMIN_URL); |
| | | window.open(import.meta.env.VITE_APP_ADMIN_URL + '?token=' + localStorage.getItem(ELocalStorageKey.Token), '_blank'); |
| | | return; |
| | | } |