huangmp 2 år sedan
förälder
incheckning
a1b21b2f58
1 ändrade filer med 1 tillägg och 1 borttagningar
  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