fix: bug#18886
This commit is contained in:
parent
24a669adc6
commit
7fe91c7dcc
|
@ -51,8 +51,8 @@ const handle = async (appId: string, url: string) => {
|
||||||
const lowCode = () => {
|
const lowCode = () => {
|
||||||
lowCodeUrl().then(res => {
|
lowCodeUrl().then(res => {
|
||||||
if (res.success && res.result) {
|
if (res.success && res.result) {
|
||||||
// const url = res.result['ui-addr']
|
const url = res.result['ui-addr']
|
||||||
const url = 'http://localhost:8080'
|
// const url = 'http://localhost:8080'
|
||||||
iframeUrl.value = url + '/#' + route.path + '?&token=' + getToken()
|
iframeUrl.value = url + '/#' + route.path + '?&token=' + getToken()
|
||||||
console.log(iframeUrl.value)
|
console.log(iframeUrl.value)
|
||||||
loading.value = true
|
loading.value = true
|
||||||
|
|
Loading…
Reference in New Issue