zouling преди 1 година
родител
ревизия
e1f69ad007
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      utils/request.js

+ 1 - 1
utils/request.js

@@ -69,7 +69,7 @@ const request = config => {
 						password:password,
 						strfrom:'request'
 					}
-					store.dispatch('Logines', loginForm).then((res) => {
+					store.dispatch('Login', loginForm).then((res) => {
 					  setTimeout(function(){
 						  store.dispatch('GetInfo').then(res => {
 							uni.hideLoading()