Commit eb90668c by songwenlu

gx

parent 58cfdeb4
......@@ -1473,6 +1473,15 @@ const routes = [
title: "镇合意",
},
},
{
path: "/answer",
name: "answer",
component: () =>
import ("@/views/answer/index"),
meta: {
title: "答题",
},
},
];
const router = new VueRouter({
......
<template>
<div class="answer">
<img
class="answer"
src="@/assets/answer/answer.jpg"
alt=""
>
</div>
</template>
<script>
export default {};
</script>
<style scoped>
.answer {
width: 100%;
height: 100%;
}
</style>
\ No newline at end of file
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