|
@@ -111,13 +111,13 @@
|
|
|
//向后台发起请求,获取最新版本号
|
|
//向后台发起请求,获取最新版本号
|
|
|
let apkquote = await this.$http.post('/sysVersionRecord/sysVersionRecord/queryByAppId', {
|
|
let apkquote = await this.$http.post('/sysVersionRecord/sysVersionRecord/queryByAppId', {
|
|
|
apptype:'2',
|
|
apptype:'2',
|
|
|
- appId:"__UNI__E0EA6E1"
|
|
|
|
|
|
|
+ appId:"__UNI__D5F9FE31"
|
|
|
});
|
|
});
|
|
|
vm.apkInfo = apkquote.data.result
|
|
vm.apkInfo = apkquote.data.result
|
|
|
vm.apkLatestVersion = apkquote.data.result.versionno;
|
|
vm.apkLatestVersion = apkquote.data.result.versionno;
|
|
|
let wgtquote = await this.$http.post('/sysVersionRecord/sysVersionRecord/queryByAppId', {
|
|
let wgtquote = await this.$http.post('/sysVersionRecord/sysVersionRecord/queryByAppId', {
|
|
|
apptype:'2',
|
|
apptype:'2',
|
|
|
- appId:"__UNI__E0EA6E1"
|
|
|
|
|
|
|
+ appId:"__UNI__D5F9FE31"
|
|
|
});
|
|
});
|
|
|
console.log(apkquote,wgtquote)
|
|
console.log(apkquote,wgtquote)
|
|
|
// wgtquote
|
|
// wgtquote
|