修改code

This commit is contained in:
guange 2016-06-20 15:28:19 +08:00
parent b7230333dc
commit 05ddbe5874
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<link type="text/css" rel="stylesheet" href="/stylesheets/weui/weixin.css" /> <link type="text/css" rel="stylesheet" href="/stylesheets/weui/weixin.css" />
<script type="text/javascript"> <script type="text/javascript">
window.g_code = <%= @code %>; window.g_code = '<%= @code %>';
window.g_debug = false; //调试标志,如果在本地请置为true window.g_debug = false; //调试标志,如果在本地请置为true
window.apiUrl = '/api/v1/'; window.apiUrl = '/api/v1/';
</script> </script>