From c0588e7e7d7ef9b99c3dbc95b39ac9a32aed2561 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 12 Jun 2024 19:01:58 +0800
Subject: [PATCH] 校园安全优化
---
common/common.js | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/common/common.js b/common/common.js
index e4db5b0..b186b74 100644
--- a/common/common.js
+++ b/common/common.js
@@ -198,5 +198,19 @@
url: '/pages/user/center'
}
]
+ } else if (roleType == 5) { //校园主体和通用
+ return [{
+ name: '首页',
+ iconPathSelected: '/static/img/tabbar-01-selected.png',
+ iconPath: '/static/img/tabbar-01.png',
+ url: '/pages/home/index'
+ },
+ {
+ name: '我的',
+ iconPathSelected: '/static/img/tabbar-03-selected.png',
+ iconPath: '/static/img/tabbar-03.png',
+ url: '/pages/user/center'
+ }
+ ]
}
}
\ No newline at end of file
--
Gitblit v1.9.3