若依
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/views/monitor/druid/index.vue
|
|
@ -9,5 +9,5 @@ import iFrame from '@/components/iFrame' |
|
|
|
|
|
|
|
|
import { ref } from 'vue'; |
|
|
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> |
|
|
</script> |
|
|
|