add:引入bpmn
This commit is contained in:
23
wms_pro/qd/public/flow-bpmn/index.html
Normal file
23
wms_pro/qd/public/flow-bpmn/index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="/flow-bpmn/logo.ico">
|
||||
<title>Bpmn Designer</title>
|
||||
<!-- 使用CDN的CSS文件 -->
|
||||
|
||||
<!-- 使用CDN的CSS文件 -->
|
||||
<!-- 使用CDN的JS文件 -->
|
||||
|
||||
<!-- 使用CDN的JS文件 -->
|
||||
<link href="/flow-bpmn/js/app.js" rel="preload" as="script"><link href="/flow-bpmn/js/chunk-vendors.js" rel="preload" as="script"></head>
|
||||
<body class="full-container">
|
||||
<noscript>
|
||||
<strong>We're sorry but bpmn-process-designer doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
<script type="text/javascript" src="/flow-bpmn/js/chunk-vendors.js"></script><script type="text/javascript" src="/flow-bpmn/js/app.js"></script></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user