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