Ver código fonte

fix:补充注释

zhangxin 2 meses atrás
pai
commit
25c3cb6c87
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      store/modules/user.js

+ 1 - 1
store/modules/user.js

@@ -176,7 +176,7 @@ function setupTabBar(userInfo) {
176 176
 		const roles = userInfo.roles;
177 177
 		// 我的 是所有用户都有的
178 178
 		// 如果是销售经理SALESMAN,则也展示询价中心、核价中心、仓库
179
-		// 如果是其他角色,则也展示首页、线索公海、接单中心
179
+		// 如果是其他角色,则也展示首页、线索公海、销售线索、接单中心
180 180
 		// 下标index从0开始
181 181
 		const hasSalesmanRole = roles.some(role => role.roleKey === 'SALESMAN');
182 182
 		if (hasSalesmanRole) {