Explorar el Código

fixed the adherent login redirect to base

bach hace 3 años
padre
commit
caf223effe

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


BIN
web/themes/custom/materiotheme/assets/dist/main.js.gz


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 2 - 2
web/themes/custom/materiotheme/vuejs/store/modules/user.js

@@ -5,7 +5,7 @@ import qs from 'querystring-es3'
 
 
 import materiauGQL from 'vuejs/api/gql/materiauflaglist.fragment.gql'
 import materiauGQL from 'vuejs/api/gql/materiauflaglist.fragment.gql'
 
 
-// import router from 'vuejs/route' // this is not working
+import router from 'vuejs/route' // this is not working
 
 
 export default {
 export default {
   namespaced: true,
   namespaced: true,
@@ -183,7 +183,7 @@ export default {
                   window.location.reload(true)
                   window.location.reload(true)
                 }
                 }
                 if (state.isAdherent) {
                 if (state.isAdherent) {
-                  this.$router.push({
+                  router.push({
                     name: 'base'
                     name: 'base'
                   })
                   })
                 }
                 }

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio