浏览代码

常规提交

SunZehao 1 年之前
父节点
当前提交
fc4c1aa533
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      src/api/api.js
  2. 1 1
      src/components/gatewaynNewPage.vue

+ 2 - 2
src/api/api.js

@@ -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'
     })
 }

+ 1 - 1
src/components/gatewaynNewPage.vue

@@ -320,7 +320,7 @@
         },
         mounted() {
             this.getGateWayData()
-            // this.getDeptNoticeData()
+            this.getDeptNoticeData()
         },
         methods: {
             getDeptNoticeData() {