diff --git a/public/index.html b/public/index.html index fc89978..253bfb2 100644 --- a/public/index.html +++ b/public/index.html @@ -1,26 +1,31 @@ - - - - - - <%= htmlWebpackPlugin.options.title %> - - - - - -
- - + + + + + + <%= htmlWebpackPlugin.options.title %> + + + + + +
+ + diff --git a/src/App.vue b/src/App.vue index 2777abf..c7e4c6c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -88,7 +88,7 @@ export default { diff --git a/src/router/index.js b/src/router/index.js index 260ab24..90c0262 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -27,7 +27,16 @@ const routes = [ hasBack: false } }, - + // 标准法规入库/变更流程 + { + path: '/standardEntryOrChangeProcess', + name: 'StandardEntryOrChangeProcess', + meta: { + hasNavBar: true, + hasBack: true + }, + component: () => import('@/views/standardEntryOrChangeProcess/StandardEntryOrChangeProcess') + }, { // 流程中节点不支持的页面 path: '/noMobile', name: 'NoMobile', diff --git a/src/views/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue b/src/views/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue new file mode 100644 index 0000000..18e02f2 --- /dev/null +++ b/src/views/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue @@ -0,0 +1,26 @@ + + + + + diff --git a/vant.config.js b/vant.config.js index f974eaf..c76778c 100644 --- a/vant.config.js +++ b/vant.config.js @@ -9,6 +9,6 @@ module.exports = { 'nav-bar-icon-color': white, 'nav-bar-text-color': white, 'nav-bar-title-text-color': white, - 'nav-bar-background-color': primaryColor, + 'nav-bar-background-color': primaryColor } }