|
@@ -61,15 +61,18 @@ export default {
|
|
activeIcon: require('../../assets/images/course/commmt-active1.png'),
|
|
activeIcon: require('../../assets/images/course/commmt-active1.png'),
|
|
normalIcon: require('../../assets/images/course/comment1.png')
|
|
normalIcon: require('../../assets/images/course/comment1.png')
|
|
},
|
|
},
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ )
|
|
|
|
+ if(this.userinfo.org == "0fec3a8a-ad04-11ed-b13d-005056b86db5" || this.userinfo.organizeid == "4021e6a0-1211-11ec-80ad-005056b86db5"){
|
|
|
|
+ this.tabbars.push({
|
|
title: '应用管理',
|
|
title: '应用管理',
|
|
to: {
|
|
to: {
|
|
path: '/appStore'
|
|
path: '/appStore'
|
|
},
|
|
},
|
|
activeIcon: require('../../assets/images/course/commmt-active1.png'),
|
|
activeIcon: require('../../assets/images/course/commmt-active1.png'),
|
|
normalIcon: require('../../assets/images/course/comment1.png')
|
|
normalIcon: require('../../assets/images/course/comment1.png')
|
|
- }
|
|
|
|
- )
|
|
|
|
|
|
+ })
|
|
|
|
+ }
|
|
// if(this.orgArray.includes(this.$store.state.user.userinfo.organizeid)){
|
|
// if(this.orgArray.includes(this.$store.state.user.userinfo.organizeid)){
|
|
// this.tabbars.push( {
|
|
// this.tabbars.push( {
|
|
// title: '课堂观察',
|
|
// title: '课堂观察',
|