增加登录日志埋点

This commit is contained in:
2024-05-22 17:00:14 +08:00
parent 915ff6b184
commit d757f99b5d
9 changed files with 461 additions and 84 deletions

View File

@@ -85,7 +85,7 @@ const submenuList = [
{
title: '注册有礼',
icon: assetsUrl('ic_register_gift2.png'),
path: '/pages/common/register/index'
path: '/pages/common/register/reward'
},
{
title: '团购秒杀',
@@ -139,7 +139,7 @@ onShow(async () => {
const switchCompany = () => {
fetchCompanyList((companyList: any[], userList: any[]) => {
companyDialogRef.value.show((index: number) => {
companyDialogRef.value.show(getCompanyId(),(index: number) => {
userStore.setUserInfo(userList[index]);
userStore.setCompanyInfo(companyList[index]);
});