From 6770fad07b49ccd02f5d4e19931f4b54337c4d87 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 8 Aug 2021 16:29:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=9B=B6=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E7=BC=96=E5=8F=B7=E7=94=B3=E8=AF=B7=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navMenu/index.vue | 5 +++++ .../regulatoryRepository/partCodeApply/index.vue | 13 +++++++++++++ src/router/index.js | 12 ++++++++++++ src/sysConfig/index.js | 4 ++-- 4 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 src/pages/regulatoryRepository/partCodeApply/index.vue diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index b68a266c5..ba0dfdad9 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -88,6 +88,11 @@ export default { path: '/domesticStandardsAndRegulations', menuId: '3e3657498664beaa0dc1de1ecb3ae0da' }, + { + title: '零部件编号申请', + path: '/partCodeApply', + menuId: '' + }, { title: '标准法规工作组数据统计', path: '/dataStatisComments', diff --git a/src/pages/regulatoryRepository/partCodeApply/index.vue b/src/pages/regulatoryRepository/partCodeApply/index.vue new file mode 100644 index 000000000..4fb363ee1 --- /dev/null +++ b/src/pages/regulatoryRepository/partCodeApply/index.vue @@ -0,0 +1,13 @@ + + + + + diff --git a/src/router/index.js b/src/router/index.js index 95ce6e580..010ac773b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1097,6 +1097,18 @@ const routes = [ menuId: 'A59EFAQ7AC' } }, + //零部件编号申请 + { + path: '/partCodeApply', + name: 'partCodeApply', + component: () => + import('@/pages/regulatoryRepository/partCodeApply/index'), + meta: { + requireAuth: true, + title: '零部件编号申请', + menuId: '' + } + }, //标准法规工作组数据统计 { path: '/dataStatisComments', diff --git a/src/sysConfig/index.js b/src/sysConfig/index.js index d2960cf5d..8571d2d34 100644 --- a/src/sysConfig/index.js +++ b/src/sysConfig/index.js @@ -6,7 +6,7 @@ // 服务器地址 // const devIp = '10.96.10.171' // const devInterfacePORT = '9999' -const devIp = '10.96.170.156' +const devIp = 'localhost' const devInterfacePORT = '9999' // 云端端口号 const DEV_CLOUD_RES_INTERFACE_PORT = '7777' @@ -31,7 +31,7 @@ const processPort = '17210' *****************************************************************/ // 生产环境配置 const prodIp = '62.234.136.153' -const prodInterfacePORT = '8038' +const prodInterfacePORT = '8033' // 判断环境