新增员工管理等

This commit is contained in:
唐明明
2021-09-01 10:42:21 +08:00
parent 248992dac2
commit 8a574d5e36
36 changed files with 7931 additions and 773 deletions

View File

@@ -47,7 +47,8 @@
mobileNo: this.phone,
code : this.code
}).then(res => {
this.$store.commit('setToken', res.token_type + '' + res.access_token)
console.log(res)
this.$store.commit('setToken', res.token_type + ' ' + res.access_token)
if(!res.is_company){
this.$Router.replace({name: "Registered"})
return