Blame view

app-wx/views/widgets/js-site.php 469 Bytes
62d73041   xu   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
    user_bridge_url: '<?=$site->user_bridge_url?>',
1de3211f   xu   app-wx(v0.1.0 bui...
13
14
    sn: '<?=$site->sn ?>'
}
62d73041   xu   app-wx