From 9a61e46d96536f3299e57f7259ae1c9972256ec6 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 30 九月 2025 09:42:09 +0800 Subject: [PATCH] 1. 隐藏未完成的账户匹配页面 2. 根据第三方新的接口文档修改接口url地址 --- src/api/additional-jingan/constructionApi.js | 6 +++--- src/constants/menu.js | 44 +++++++++++++++++++++----------------------- 2 files changed, 24 insertions(+), 26 deletions(-) diff --git a/src/api/additional-jingan/constructionApi.js b/src/api/additional-jingan/constructionApi.js index aa5a3b8..65f5cc0 100644 --- a/src/api/additional-jingan/constructionApi.js +++ b/src/api/additional-jingan/constructionApi.js @@ -5,20 +5,20 @@ * 鏌ヨ闇�纭鐨勮澶囨竻鍗� */ queryDevice(updateTime) { - return $jingan.get(`feedback/queryDevice?updateTime=${updateTime}`).then((res) => res.data); + return $jingan.get(`govProxy/feedback/queryDevice?updateTime=${updateTime}`).then((res) => res.data); }, /** * 鏌ヨ鏂板缓宸ュ湴 */ queryGdNew(createTime) { - return $jingan.get(`feedback/queryGdNew?createTime=${createTime}`).then((res) => res.data); + return $jingan.get(`govProxy/feedback/queryGdNew?createTime=${createTime}`).then((res) => res.data); }, /** * 涓婁紶璁惧鍜屽伐鍦板叧鑱斿叧绯伙紙鏂板宸ュ湴鎴栫幇鏈夊伐鍦帮級 */ uploadConstructionDevice(data) { - return $jingan.post(`feedback/sbGlgd`, data).then((res) => res.data); + return $jingan.post(`govProxy/feedback/sbGlgd`, data).then((res) => res.data); }, }; diff --git a/src/constants/menu.js b/src/constants/menu.js index 136fcc1..2ecd4b8 100644 --- a/src/constants/menu.js +++ b/src/constants/menu.js @@ -1,16 +1,15 @@ -const MENU_COMMON = [ - { - path: '/common/userMatch', - icon: 'Connection', - name: '璐︽埛鍖归厤' - } -]; +const MENU_COMMON = []; if (import.meta.env.DEV) { MENU_COMMON.push({ path: '/common/docTest', icon: 'Connection', name: '鏂囨。鐢熸垚' + }); + MENU_COMMON.push({ + path: '/common/userMatch', + icon: 'Connection', + name: '璐︽埛鍖归厤' }); } @@ -50,7 +49,7 @@ { path: '/fysp/data-product/base/home/scene', icon: 'Document', - name: '鐜板満宸℃煡', + name: '鐜板満宸℃煡' }, // { // path: '/fysp/data-product/base/ProdMonitorTaskInfo', @@ -65,8 +64,8 @@ { path: '/fysp/data-product/base/PordProblemRecurrence', icon: 'Document', - name: '闂澶嶅彂娓呭崟', - }, + name: '闂澶嶅彂娓呭崟' + } ] }, { @@ -102,8 +101,7 @@ path: '/fysp/data-product/lawenforcelist', icon: 'Document', name: '鑱斿悎鎵ф硶娓呭崟' - }, - + } ] }, { @@ -142,22 +140,22 @@ icon: 'Setting', name: '閰嶇疆绠$悊', children: [ - { - path: '/fysp/config/problemType', - icon: 'List', - name: '鐩戠闂' - }, + // { + // path: '/fysp/config/problemType', + // icon: 'List', + // name: '鐩戠闂' + // }, { path: '/fysp/config/deviceMatch', icon: 'List', name: '璁惧鍖归厤' }, - { - //璇勪及瑙勫垯绠$悊 - path: '/fysp/config/evalutationRule', - icon: 'List', - name: '璇勪及瑙勫垯' - } + // { + // //璇勪及瑙勫垯绠$悊 + // path: '/fysp/config/evalutationRule', + // icon: 'List', + // name: '璇勪及瑙勫垯' + // } ] }, { -- Gitblit v1.9.3