首页 加载外部数据 加载外部模板 嵌套模板 数据依赖模板 获取URL路径 获取URL参数 全局变量 全局函数

http://192.168.1.1

html template
        
            <block>
                <div>{{ $config.api }}</div>
            </block>
        
    
config.json
        
            {
                "config": {
                    "api": "http://192.168.1.1"
                }
            }