111
k94314517
2023-08-28 c5c6fa800cedd37cea0e3cc3e68df78b47ee2813
h5_standard/src/views/LogInAgain.vue
@@ -80,21 +80,21 @@
      // let res = await testLogin({  // 英子姐
      //   username: '18055151023',
      //   password: '123456',
      //   companyId: '1',
      //   companyId: '8',
      //   uuid: '0000',
      //   code: '0000'
      // })
      // let res = await testLogin({  // 大栓
      //   username: '18019924213',
      //   password: '123456',
      //   companyId: '1',
      //   companyId: '8',
      //   uuid: '0000',
      //   code: '0000'
      // })
      let res = await testLogin({ // 文武
        username: '18656077929',
        password: '123456',
        companyId: '8',
        companyId: '111',
        uuid: '0000',
        code: '0000'
      })
@@ -117,7 +117,7 @@
        window.localStorage.setItem('token', res.data)
        let info: any = await getUserInfo()
        if (info.code === 200) {
          // await store.commit('setEntrance', 'H5')
          await store.commit('setEntrance', 'H5')
          await store.commit('setUserInfo', info.data)
          await store.dispatch('getMenuList', 2)
          await router.go(-1)