|
|
@@ -558,7 +558,7 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if (this.user && !this.user.invitedBySalesId) {
|
|
|
+ if (false && this.user && !this.user.invitedBySalesId) {
|
|
|
const isExist = this.menuList.some(item => item.name === '填写邀请码');
|
|
|
if (!isExist) {
|
|
|
this.menuList[2].menus.push({
|
|
|
@@ -568,7 +568,7 @@
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
- if (this.user && this.user.isCompanyUser) {
|
|
|
+ if (false &&this.user && this.user.isCompanyUser) {
|
|
|
const menuExists = this.menuList[2].menus.some(menu => menu.name === '客服登录');
|
|
|
if (!menuExists) {
|
|
|
this.menuList[2].menus.push({
|