ly 3 năm trước cách đây
mục cha
commit
8acbd548e6
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      ui/src/store/modules/user.js

+ 1 - 2
ui/src/store/modules/user.js

@@ -66,7 +66,7 @@ const user = {
         })
       })
     },
-    
+
     // 退出系统
     LogOut({ commit, state }) {
       return new Promise((resolve, reject) => {
@@ -81,7 +81,6 @@ const user = {
         })
       })
     },
-
     // 前端 登出
     FedLogOut({ commit }) {
       return new Promise(resolve => {