2022-06-27 17:39:30 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
<head>
|
|
|
|
|
|
<script>
|
|
|
|
|
|
if(window.navigator.userAgent.indexOf('MSIE') > -1 || window.navigator.userAgent.indexOf('Trident') > -1){
|
|
|
|
|
|
window.location.replace("../not_support_vue.htm");
|
|
|
|
|
|
}
|
|
|
|
|
|
</script>
|
|
|
|
|
|
<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="../apps/com.actionsoft.apps.coe.pal.datamigration/main/favicon.ico" />
|
|
|
|
|
|
<title></title>
|
|
|
|
|
|
<link type='text/css' rel='stylesheet' href='../commons/css/font/iconfont.css'/>
|
|
|
|
|
|
<!--
|
|
|
|
|
|
其它的js或css引用方式示例(<%= htmlWebpackPlugin.options.awsjsandcsspath%>)
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="<%= htmlWebpackPlugin.options.awsjsandcsspath%>apps/_bpm.platform/css/model/console.m.dw.design.css"/>
|
|
|
|
|
|
-->
|
|
|
|
|
|
<script>
|
2022-07-04 01:48:15 +08:00
|
|
|
|
const settingParam =; <#settingParam>;
|
2022-06-27 17:39:30 +08:00
|
|
|
|
const axiosBaseUrl = "./";
|
|
|
|
|
|
const production = true;
|
|
|
|
|
|
const devUserInfo = {};
|
|
|
|
|
|
</script>
|
2022-07-04 13:38:32 +08:00
|
|
|
|
<script type="module" crossorigin src="../apps/com.actionsoft.apps.coe.pal.datamigration/main/js/entry-index-d9e943fe.js"></script>
|
|
|
|
|
|
<link rel="stylesheet" href="../apps/com.actionsoft.apps.coe.pal.datamigration/main/assets/asset-style-929fa14b.css">
|
2022-06-27 17:39:30 +08:00
|
|
|
|
</head>
|
|
|
|
|
|
<body style="margin:0;">
|
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- built files will be auto injected -->
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|