chore: 更换表单设计器组件

This commit is contained in:
xiaoxian521
2022-11-10 13:00:48 +08:00
parent c19fbb1473
commit c4839aa5f4
5 changed files with 8 additions and 206 deletions

View File

@@ -1,5 +1,6 @@
import { $t } from "@/plugins/i18n";
import type { RouteConfigsTable } from "/#/index";
const IFrame = () => import("@/layout/frameView.vue");
const formDesignRouter: RouteConfigsTable = {
path: "/formDesign",
@@ -13,9 +14,11 @@ const formDesignRouter: RouteConfigsTable = {
{
path: "/formDesign/index",
name: "FormDesign",
component: () => import("@/views/form-design/index.vue"),
component: IFrame,
meta: {
title: $t("menus.hsFormDesign")
title: $t("menus.hsFormDesign"),
frameSrc:
"https://haixin-fang.github.io/starfish-vue3-lowcode/playground/index.html#/"
}
}
]