web 2アプリを削除します.


{
    "global": {
        "webviewParameter": {
            "titleNView":false,
            "statusbar": {
                //       (   )
                "style": "dark"
            },
            "appendCss": "",
            "appendJs": ""
        },
        "easyConfig": {}
    },
    "pages": [
    //      hbuilder      
        {
            "webviewId": "__W2A__dianzan.aiquanyouxuan.vip",//  
            "matchUrls": [
                {
                    "href": "http://dianzan.aiquanyouxuan.vip/index.php/Home/Index/index2.html"
                }, {
                    "href": "http://dianzan.aiquanyouxuan.vip/index.php/Home/Index/index2.html"
                }
            ],
            "webviewParameter": {
                "titleNView": false,
                "statusbar": {
                    //      ,
                    //          ,      global->webviewParameter->titleNView->backgroundColor       
                    //           ,       statusbar   false,                    ;
                    "background": "#f7f7f7"
                }
            }
        },
        {//        ,             ,  :      +                          ,                  
            "webviewId": "common",
            "matchUrls": [
                {
                    "hostname": "R:.*",
                    "pathname": "R:.*"
                }
            ]
        }
    ]
}