This commit is contained in:
dengxin
2024-03-28 19:45:03 +08:00
parent f28aa3317c
commit 880396f213
8 changed files with 5005 additions and 5003 deletions

View File

@@ -45,7 +45,6 @@ const auth = {
findAuth().then((res) => {
const data = res.data.data;
const authValue = data.authValue
commit('SET_AUTH_LABOR', convert(authValue[0]))
commit('SET_AUTH_REALNAME', convert(authValue[1]))
commit('SET_AUTH_BANKCARD', convert(authValue[2]))