Commit b1c77146 authored by songrui's avatar songrui

Merge branch 'chronic-master' of…

Merge branch 'chronic-master' of http://gitlab.yiboshi.com/nightkis1995/frontend-h5 into chronic-master
parents 67c6180f fdee70d0
...@@ -144,7 +144,7 @@ export default { ...@@ -144,7 +144,7 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
@import url('../utils/common.less'); @import url('../../utils/common.less');
table { table {
text-align: left; text-align: left;
border-bottom: 1px solid var(--van-cell-border-color); border-bottom: 1px solid var(--van-cell-border-color);
......
...@@ -144,7 +144,7 @@ export default { ...@@ -144,7 +144,7 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
@import url('../utils/common.less'); @import url('../../utils/common.less');
table { table {
text-align: left; text-align: left;
border-bottom: 1px solid var(--van-cell-border-color); border-bottom: 1px solid var(--van-cell-border-color);
......
This diff is collapsed.
...@@ -101,12 +101,12 @@ const routes = [ ...@@ -101,12 +101,12 @@ const routes = [
{ {
path: 'screening/firstDetail/:id', path: 'screening/firstDetail/:id',
name: 'resident-screening-firstDetail', name: 'resident-screening-firstDetail',
component: () => import(/* webpackChunkName: "residentWX-screening" */ '@/residentWX/screening/FirstDetail.vue') component: () => import(/* webpackChunkName: "residentWX-screening" */ '@/residentWX/screening/detail/FirstDetail.vue')
}, },
{ {
path: 'screening/secondDetail/:id', path: 'screening/secondDetail/:id',
name: 'resident-screening-secondDetail', name: 'resident-screening-secondDetail',
component: () => import(/* webpackChunkName: "residentWX-screening" */ '@/residentWX/screening/SecondDetail.vue') component: () => import(/* webpackChunkName: "residentWX-screening" */ '@/residentWX/screening/detail/SecondDetail.vue')
}, },
// 健康指导宣教 // 健康指导宣教
......
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