Commit fa4459b8 by s_guodong

update

parent 56fac3ad
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" type="text/css" href="./index.css"/> <link rel="stylesheet" type="text/css" href="./index.css"/>
<title>报文编辑系统</title> <title>报文编辑系统</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
</body> </body>
<!--[if lt IE 10]> <!--[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> <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]--> <![endif]-->
<script> <script>
window.serviceURL="http://127.0.0.1:8080/webeditor/service"; window.serviceURL="./service";
window.CUR =[ window.CUR =[
'AUD', 'AUD',
'CHF', 'CHF',
'CAD', 'CAD',
'CNY', 'CNY',
'DKK', 'DKK',
'EUR', 'EUR',
'GBP', 'GBP',
'HKD', 'HKD',
'JPY', 'JPY',
'NOK', 'NOK',
'NZD', 'NZD',
'SEK', 'SEK',
'THB', 'THB',
'USD', 'USD',
'SGD' 'SGD',
]; 'XAU',
window.BANK_LOGIC_ADDRESS = "NYCBCNS0AXXX" 'XAG'
window.BANK_BIC = "NYCBCNS0XXX" ];
window.BANK_LOGIC_ADDRESS = "NYCBCNSHAXXX"
window.BANK_BIC = "NYCBCNSHXXX"
</script> </script>
<script src="./common.js"></script> <script src="./common.js"></script>
<script src="./index.js"></script> <script src="./index.js"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment