修改code
This commit is contained in:
parent
b7230333dc
commit
05ddbe5874
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue