huangmp hace 2 años
padre
commit
a1b21b2f58
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/common/login.vue

+ 1 - 1
src/views/common/login.vue

@@ -184,7 +184,7 @@ export default {
     getWebConfigData () {
       this.$http({
         url: this.$http.adornUrl('/sys/webConfig/getActivity'),
-        method: 'get'
+        method: 'get',
       }).then(({data}) => {
         this.$store.commit('webConfig/addData', data)
         this.configuration = data