@@ -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