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'
// 判断环境