فهرست منبع

fix: 调整部分功能模块

wenxingxing 1 روز پیش
والد
کامیت
070fdb9473
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      pages/user/index.vue

+ 2 - 2
pages/user/index.vue

@@ -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({