test: 测试无界降级加载渲染器

This commit is contained in:
wangxuefeng
2025-03-18 15:16:59 +08:00
parent d1cbb3f1f7
commit 6c1c8b87a4
8 changed files with 1451 additions and 40 deletions

View File

@@ -31,7 +31,8 @@
"licia-es": "catalog:",
"postmate": "catalog:",
"rrweb": "2.0.0-alpha.4",
"vue": "catalog:"
"vue": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@farmfe/cli": "catalog:",

View File

@@ -8,13 +8,6 @@ import { ElLoading, ElMessage } from 'element-plus';
import { LowCodeService } from './service';
// 解析 url 参数
const urlParams = new URLSearchParams(window.location.search);
const fileId = urlParams.get('fileId');
console.log('urlParams-fileId', fileId);
const projectId = urlParams.get('projectId');
console.log('urlParams-projectId', projectId);
// 定义 wujie props 的类型
interface WujieProps {
accessToken?: string;