forked from drone/command-center-dashboard

chenyao
2025-04-18 949a21a036d3c5b5df4e07bd5ecc80b08eeff841
feat:打印系统运维地址
3 files modified
1 ■■■■ changed files
.env.development patch | view | raw | blame | history
.env.production patch | view | raw | blame | history
src/layout/Header.vue 1 ●●●● patch | view | raw | blame | history
.env.development
.env.production
src/layout/Header.vue
@@ -52,6 +52,7 @@
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;
  }