Browse Source

上传

master
前端-胡立永 4 months ago
parent
commit
f58e11d090
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      App.vue

+ 1
- 1
App.vue View File

@ -3,7 +3,7 @@
onLaunch: function() { onLaunch: function() {
}, },
onShow: function() { onShow: function() {
// this.$store.commit('initConfig')
this.$store.commit('initConfig')
this.$store.commit('getCityList') this.$store.commit('getCityList')
}, },
onHide: function() { onHide: function() {


Loading…
Cancel
Save