@@ -23,8 +23,8 @@ export function apiGetModel(url, params) {
//获取菜单数据
export function apiGetMenuData() {
return httpRequest({
- // url: 'menu/menuList?parentId=10105', // 测试
- url: 'menu/menuList?parentId=6802', // 生产
+ url: 'menu/menuList?parentId=10105', // 测试
+ // url: 'menu/menuList?parentId=6802', // 生产
method: 'post'
})
}
@@ -320,7 +320,7 @@
},
mounted() {
this.getGateWayData()
- // this.getDeptNoticeData()
+ this.getDeptNoticeData()
methods: {
getDeptNoticeData() {