Explorar o código

Merge branch 'master' of http://120.26.64.82:10880/BFFE/dz2.1

chenjun hai 1 ano
pai
achega
8c85bb9d53
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/store/modules/user.js

+ 0 - 1
src/store/modules/user.js

@@ -89,7 +89,6 @@ const actions = {
         .then((res) => {
           if (res.code == 0 && res.returnData) {
             commit('SET_ROLES', ['admin'])
-            console.log(111)
             resolve(res.returnData)
           } else {
             resolve({ code: -1, type: 'error' })