huangmp 2 年之前
父节点
当前提交
a1b21b2f58
共有 1 个文件被更改,包括 1 次插入1 次删除
  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