This commit is contained in:
吴红兵
2026-03-07 01:34:48 +08:00
parent adc511cfdc
commit 94c3473958
1211 changed files with 599405 additions and 322105 deletions

View File

@@ -19,9 +19,9 @@ import '@fortawesome/fontawesome-free/css/all.css';
import { ConvertName, ConvertRoleName, ConvertGroupName, dynamicImport } from '/@/flow/components/index';
import { DIC_PROP } from '/@/flow/support/dict-prop';
import { PROP_CONST } from "/@/flow/support/prop-const";
import {validateRunFlow, getLabelByLanguage} from "/@/flow";
import {validateNull} from "/@/utils/validate";
import { PROP_CONST } from '/@/flow/support/prop-const';
import { validateRunFlow, getLabelByLanguage } from '/@/flow';
import { validateNull } from '/@/utils/validate';
const app = createApp(App);