登录完成

This commit is contained in:
xiayuping666
2024-03-12 16:16:30 +08:00
parent 7bf3d0df2f
commit 95638a4b10
13 changed files with 596 additions and 46 deletions
+16
View File
@@ -0,0 +1,16 @@
const loginConfig = {
namespaced: true,
state: {
loginConfig: { // 登录配置信息
client_id: 'test-client',
client_secret: '123456',
grant_type: 'dswj_multiple',
login_type: 'sms_login',
},
},
mutations: {
},
};
export default loginConfig;