Commit 82851cd0 authored by 沈良进's avatar 沈良进

页面修改

parent 17972c04
...@@ -5899,7 +5899,15 @@ export default { ...@@ -5899,7 +5899,15 @@ export default {
name: 'discountProtocol', name: 'discountProtocol',
component: resolve => require(['@/components/discountProtocol'], resolve), component: resolve => require(['@/components/discountProtocol'], resolve),
meta: { meta: {
title: '日本线电子合同' title: '价格保密协议'
}
},
{
path: '/clientProtocol', //价格保密协议签订
name: 'clientProtocol',
component: resolve => require(['@/components/clientProtocol'], resolve),
meta: {
title: '价格保密协议签订'
} }
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment