添加零部件编号申请模块
This commit is contained in:
@@ -88,6 +88,11 @@ export default {
|
|||||||
path: '/domesticStandardsAndRegulations',
|
path: '/domesticStandardsAndRegulations',
|
||||||
menuId: '3e3657498664beaa0dc1de1ecb3ae0da'
|
menuId: '3e3657498664beaa0dc1de1ecb3ae0da'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '零部件编号申请',
|
||||||
|
path: '/partCodeApply',
|
||||||
|
menuId: ''
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '标准法规工作组数据统计',
|
title: '标准法规工作组数据统计',
|
||||||
path: '/dataStatisComments',
|
path: '/dataStatisComments',
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
<template>
|
||||||
|
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "partCodeApply"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
||||||
@@ -1097,6 +1097,18 @@ const routes = [
|
|||||||
menuId: 'A59EFAQ7AC'
|
menuId: 'A59EFAQ7AC'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
//零部件编号申请
|
||||||
|
{
|
||||||
|
path: '/partCodeApply',
|
||||||
|
name: 'partCodeApply',
|
||||||
|
component: () =>
|
||||||
|
import('@/pages/regulatoryRepository/partCodeApply/index'),
|
||||||
|
meta: {
|
||||||
|
requireAuth: true,
|
||||||
|
title: '零部件编号申请',
|
||||||
|
menuId: ''
|
||||||
|
}
|
||||||
|
},
|
||||||
//标准法规工作组数据统计
|
//标准法规工作组数据统计
|
||||||
{
|
{
|
||||||
path: '/dataStatisComments',
|
path: '/dataStatisComments',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
// 服务器地址
|
// 服务器地址
|
||||||
// const devIp = '10.96.10.171'
|
// const devIp = '10.96.10.171'
|
||||||
// const devInterfacePORT = '9999'
|
// const devInterfacePORT = '9999'
|
||||||
const devIp = '10.96.170.156'
|
const devIp = 'localhost'
|
||||||
const devInterfacePORT = '9999'
|
const devInterfacePORT = '9999'
|
||||||
// 云端端口号
|
// 云端端口号
|
||||||
const DEV_CLOUD_RES_INTERFACE_PORT = '7777'
|
const DEV_CLOUD_RES_INTERFACE_PORT = '7777'
|
||||||
@@ -31,7 +31,7 @@ const processPort = '17210'
|
|||||||
*****************************************************************/
|
*****************************************************************/
|
||||||
// 生产环境配置
|
// 生产环境配置
|
||||||
const prodIp = '62.234.136.153'
|
const prodIp = '62.234.136.153'
|
||||||
const prodInterfacePORT = '8038'
|
const prodInterfacePORT = '8033'
|
||||||
|
|
||||||
|
|
||||||
// 判断环境
|
// 判断环境
|
||||||
|
|||||||
Reference in New Issue
Block a user