Blame view

app-wx/views/widgets/js-site.php 391 Bytes
753bd90e   曹明   1.APP-wx 代码初始化。
1
2
3
4
5
6
7
8
9
10
11
12
window.$site = {
    base_url : '<?=$site->base_url?>',
    assets_url : '<?=$site->assets_url?>',
    title: '<?=$site->title?>',
    desc: '<?=$site->desc?>',
    url: '<?=$site->url?>',
    icon: '<?=$site->icon?>',
    appid: '<?=$site->appid?>',
    timestamp: '<?=$site->timestamp?>',
    noncestr: '<?=$site->noncestr?>',//noncestr
    signature: '<?=$site->signature?>',//signature
}