Commit fa4459b8 by s_guodong

update

parent 56fac3ad
......@@ -12,29 +12,31 @@
<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="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://127.0.0.1:8080/webeditor/service";
window.serviceURL="./service";
window.CUR =[
'AUD',
'CHF',
'CAD',
'CNY',
'DKK',
'EUR',
'GBP',
'HKD',
'JPY',
'NOK',
'NZD',
'SEK',
'THB',
'USD',
'SGD'
];
window.BANK_LOGIC_ADDRESS = "NYCBCNS0AXXX"
window.BANK_BIC = "NYCBCNS0XXX"
'AUD',
'CHF',
'CAD',
'CNY',
'DKK',
'EUR',
'GBP',
'HKD',
'JPY',
'NOK',
'NZD',
'SEK',
'THB',
'USD',
'SGD',
'XAU',
'XAG'
];
window.BANK_LOGIC_ADDRESS = "NYCBCNSHAXXX"
window.BANK_BIC = "NYCBCNSHXXX"
</script>
<script src="./common.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