增加登录日志埋点
This commit is contained in:
@@ -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]);
|
||||
});
|
||||
|
Reference in New Issue
Block a user