Commit 94f66e1a authored by 李苏's avatar 李苏 💬

echarts 调整

parent b6691329
...@@ -222,7 +222,7 @@ export default { ...@@ -222,7 +222,7 @@ export default {
appDownLoad(){ appDownLoad(){
this.appVisible=true this.appVisible=true
this.$nextTick(()=>{ this.$nextTick(()=>{
if(this.appType.includes('andriod')){ if(this.appType.includes('android')){
let url = `http://${this.host}${baseurl}${this.androidUrl}` let url = `http://${this.host}${baseurl}${this.androidUrl}`
qrCode( this.$refs.android,url) qrCode( this.$refs.android,url)
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment