Skip to content
Snippets Groups Projects

Feature/zlh

Merged 周里杭 requested to merge feature/zlh into develop
Compare and
2 files
+ 152
69
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -87,7 +87,7 @@ export default {
? store.state.subject.authorizationToken
: menuList[0];
console.log('1', ctx.$env);
if (ctx.$env !== 'sd' && ctx.$env !== 'yy') {
if (ctx.$env !== 'sd' && ctx.$env !== 'yy'&& ctx.$env !== 'jk') {
Notice.queryNoticeInfoByMenuId(dataid).then(res => {
data.comment_content = res.data[0].description;
data.attachmentInfoOutList = res.data[0].attachmentInfoOutList;