1.对接会员列表 2.对接排队叫号
This commit is contained in:
@@ -146,6 +146,8 @@ const submitHandle = () => {
|
||||
store
|
||||
.userlogin(form)
|
||||
.then(async (res) => {
|
||||
console.log(res);
|
||||
|
||||
// 登录成功后保存商户号
|
||||
// useStorage.set('merchantLoginAccount', form.username)
|
||||
ElMessage.success("登录成功");
|
||||
@@ -156,7 +158,7 @@ const submitHandle = () => {
|
||||
});
|
||||
}, 1000);
|
||||
// const douyin = await douyincheckIn({
|
||||
// token: res.token,
|
||||
// token: store.token,
|
||||
// loginName: res.loginName,
|
||||
// clientType: 'pc'
|
||||
// })
|
||||
|
||||
Reference in New Issue
Block a user