fix: correct iframe source URL format in group management page
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
8b2e3f76c4
commit
84591ae719
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ const currentLocale = ref(locale.value);
|
||||||
<template>
|
<template>
|
||||||
<iframe
|
<iframe
|
||||||
ref="iframe"
|
ref="iframe"
|
||||||
:src="`${EDM_SERVICE}/?at=${at}&rt=${rt}&lang=${currentLocale}/user`"
|
:src="`${EDM_SERVICE}/user?at=${at}&rt=${rt}&lang=${currentLocale}`"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
class="full-width full-height rounded"
|
class="full-width full-height rounded"
|
||||||
allowtransparency="true"
|
allowtransparency="true"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue