提交 1666e566 编写于 作者: 张磊's avatar 张磊

Merge branch 'feature/zl2' into 'develop'

auto commit

See merge request !14
...@@ -21,14 +21,14 @@ const routerConfig = [ ...@@ -21,14 +21,14 @@ const routerConfig = [
component: insuranceDetectionDetail component: insuranceDetectionDetail
}, },
{ {
path: '/result', path: '/insuranceQuestionResult',
name: 'result', name: 'insuranceQuestionResult',
component: () => import('@/views/result/index.vue'), component: () => import('@/views/insurance-question-result/insuranceQuestionResult.vue'),
}, },
{ {
path: '/result-risk', path: '/insuranceQuestionBack',
name: 'resultRisk', name: 'insuranceQuestionBack',
component: () => import('@/views/result/risk.vue'), component: () => import('@/views/insurance-question-back/index'),
}, },
{ {
path: '/appoint', path: '/appoint',
......
<template> <template>
<div class="insurance-research-result"> <div class="insuranceQuestionBack">
<div class="icon-item"> <div class="icon-item">
<img <img
src="https://files.yunqueyi.com/image/png/common/20221213135338128.png" src="https://files.yunqueyi.com/image/png/common/20221213135338128.png"
...@@ -83,7 +83,7 @@ export default { ...@@ -83,7 +83,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.insurance-research-result { .insuranceQuestionBack {
width: 100%; width: 100%;
height: 100vh; height: 100vh;
background: #ffffff; background: #ffffff;
......
<template> <template>
<div class="insurance-risk-result"> <div class="insuranceQuestionResult">
<div class="icon-item"> <div class="icon-item">
<img <img
:src=" :src="
...@@ -85,7 +85,7 @@ export default { ...@@ -85,7 +85,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.insurance-risk-result { .insuranceQuestionResult {
width: 100%; width: 100%;
height: 100vh; height: 100vh;
box-sizing: border-box; box-sizing: border-box;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册