fix: bug#18886

This commit is contained in:
XieYongHong 2023-10-07 17:21:48 +08:00
parent 24a669adc6
commit 7fe91c7dcc
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ const handle = async (appId: string, url: string) => {
const lowCode = () => {
lowCodeUrl().then(res => {
if (res.success && res.result) {
// const url = res.result['ui-addr']
const url = 'http://localhost:8080'
const url = res.result['ui-addr']
// const url = 'http://localhost:8080'
iframeUrl.value = url + '/#' + route.path + '?&token=' + getToken()
console.log(iframeUrl.value)
loading.value = true