Browse Source

删除打印

master
邓宏 1 year ago
parent
commit
cb13a2f843
  1. 1
      pages/home/login.vue

1
pages/home/login.vue

@ -112,7 +112,6 @@ export default {
//#ifdef APP-PLUS //#ifdef APP-PLUS
this.getVersion() this.getVersion()
plus.runtime.getProperty(plus.runtime.appid, async info=>{ plus.runtime.getProperty(plus.runtime.appid, async info=>{
console.log("app ",info)
this.versionCode = info.versionCode this.versionCode = info.versionCode
}) })
//#endif //#endif

Loading…
Cancel
Save