2019-04-FQR-V2 1. find the file named 'appcfg.js' 2. modify the 'appCfg' // @param 'type' => define the enable type of the server link for this app // @param 'link' => define the multi lines of server link, in case of multi debug/running server data 3. running ---------------- 1. 在目标路径下找到配置文件 'appcfg.js' 2. 修改配置文件以进行debug调试或最终生产环境运行 @param 参数'type' => 当前app使用的server数据来源,比如:量产时填写为'real' @param 参数'link' => 为本app定义多个server数据来源以方便debug调试或者量产,其格式见文件内容。 3. 运行index.html