<!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 src="./ie-lt10-support.js"></script> <script> window.serviceURL="/webapi/frontend/msgeditor/service"; window.CUR =[ 'AUD', 'CHF', 'CAD', 'CNY', 'DKK', 'EUR', 'GBP', 'HKD', 'JPY', 'NOK', 'NZD', 'SEK', 'THB', 'USD', 'SGD' ]; window.BANK_LOGIC_ADDRESS = "CHBHHKH0AXXX" window.BANK_BIC = "CHBHHKH0XXX" window.IGNORE_DOT_CUR=['JPY','KRW'] </script> <script src="./common.js"></script> <script src="./index.js"></script> </html>