30 lines
718 B
HTML
30 lines
718 B
HTML
{{template "header" }}
|
|
<div id="app" style="width:100%">
|
|
<template>
|
|
<el-container>
|
|
|
|
<el-main class="mainMain">
|
|
|
|
<iframe id="fastGptIframe" src="https://demo.ragflow.io/knowledge" width="100%" height="100%"></iframe>
|
|
|
|
|
|
</el-main>
|
|
|
|
</el-container>
|
|
</template>
|
|
|
|
</div>
|
|
</body>
|
|
<script>
|
|
console.log("执行p1")
|
|
localStorage.setItem('Authorization', 'IjM4ZTYyMjA0YTcxMzExZWY4NTY3NDIwMTBhOGEwMDA1Ig.Zz2TRw.XmArGQgMw8jAyu-7pbOx0FIHSPw');
|
|
document.cookie = "WEKcDlLcPrrh0epVtYcUj-Lu-8fXTwCgKiI-8Z2rKsY; path=https://demo.ragflow.io"
|
|
document.addEventListener('DOMContentLoaded', (event) => {
|
|
|
|
|
|
});
|
|
</script>
|
|
{{template "setting_bottom" .}}
|
|
|
|
|