扫码H5
路径:/public/download.html
资源路径:/public/download
说明
1.download.html中加载会加载config.js文件,获取到appName和BASE_URL,并通过接口获取版本更新数据。
this.appName = CONFIG.appName
this.logoSrc = './download/img/icon.png'
this.apiUrl = CONFIG.BASE_URL+"/system/version/get_version"
this.checkVersion()
2.扫码页面访问路径为网站域名+/download.html,对应二维码配置带CONFIG.qtcodeText,通常不需要修改此配置。