index.html 790 Bytes
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <link rel="stylesheet" type="text/css" href="./index.css"/>
    <title>报文编辑系统</title>
  
    
</head>
<body>
<div id="root"></div>
</body>
<!--[if lt IE 10]>
    <script src="https://as.alipayobjects.com/g/component/??console-polyfill/0.2.2/index.js,es5-shim/4.5.7/es5-shim.min.js,es5-shim/4.5.7/es5-sham.min.js,html5shiv/3.7.2/html5shiv.min.js,media-match/2.0.2/media.match.min.js"></script>
    <![endif]-->
<script>
       window.serviceURL="http://39.107.232.54:8000/SF2Server";
       window.CUR =[ 'EUR',
'USD',
'AUD',
'CAD',
'JPY',
'CHF',
'GBP',
'HKD',
'CNY'
];
</script>
<script src="./common.js"></script>
<script src="./index.js"></script>
</html>