@@ -119,6 +119,16 @@ export default {
],
}
},
+ created() {
+ if (this.authUserId === 15) {
+ this.list.splice(1, 0, {
+ id: 2,
+ name: '云资料库',
+ path: '/docs/0',
+ icon: 'icon-doc',
+ })
+ }
+ },
mounted() {
this.responseWidth()
this.initPageData()