Browse Source

druid地址修复

java2sap 3 years ago
parent
commit
8e891e0e30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/monitor/druid/index.vue

+ 1 - 1
src/views/monitor/druid/index.vue

@@ -9,5 +9,5 @@ import iFrame from '@/components/iFrame'
 
 import { ref } from 'vue';
 
-const url = ref(import.meta.env.VITE_APP_BASE_API + 'druid/login.html');
+const url = ref(import.meta.env.VITE_APP_BASE_API + '/druid/login.html');
 </script>