|
@@ -364,6 +364,8 @@
|
|
|
|
|
|
|
|
// 账号密码登录
|
|
// 账号密码登录
|
|
|
const submit = async () => {
|
|
const submit = async () => {
|
|
|
|
|
+
|
|
|
|
|
+ appStore.setIndexRefersh(true)
|
|
|
if (!account.value) return Toast({
|
|
if (!account.value) return Toast({
|
|
|
title: "请填写账号",
|
|
title: "请填写账号",
|
|
|
icon: "none"
|
|
icon: "none"
|
|
@@ -459,7 +461,7 @@
|
|
|
merchantId: merchantId.value,
|
|
merchantId: merchantId.value,
|
|
|
userId: res.data.userId
|
|
userId: res.data.userId
|
|
|
}
|
|
}
|
|
|
- appStore.setIndexRefersh(true)
|
|
|
|
|
|
|
+
|
|
|
await footprintScanFn(obj)
|
|
await footprintScanFn(obj)
|
|
|
} else {
|
|
} else {
|
|
|
console.log('============')
|
|
console.log('============')
|