添加页面

This commit is contained in:
2025-11-05 17:07:17 +08:00
parent 328721e6e9
commit 886b27218c
29 changed files with 1691 additions and 829 deletions

View File

@@ -99,7 +99,6 @@ const user = {
// info.password = '04' + sm2.doEncrypt(info.password, state.publicKey, 0)
// info.username = '04' + sm2.doEncrypt(info.username, state.publicKey, 0)
login(userInfo).then(res => {
console.log('登录接口返回:', res);
setToken(res.data.token)
commit('SET_TOKEN', res.data.token)
resolve(res)