|
@@ -1,12 +1,17 @@
|
|
<template>
|
|
<template>
|
|
|
|
+ <head-component></head-component>
|
|
<div style="display: flex">
|
|
<div style="display: flex">
|
|
- <div style="width:20vw;height: 10vh;background: #85eff5;border: solid 1px #a2fffc;border-radius: 10px;cursor: pointer" @click="goto">
|
|
|
|
|
|
+ <div style="width:20vw;height: 10vh;background: #85eff5;border: solid 1px #a2fffc;border-radius: 10px;cursor: pointer"
|
|
|
|
+ @click="goto">
|
|
生涯彩虹图
|
|
生涯彩虹图
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
|
|
+ import headComponent from '@/views/xjc-integratedmachine/components/head_component.vue'
|
|
|
|
+
|
|
|
|
+
|
|
const router = useRouter()
|
|
const router = useRouter()
|
|
|
|
|
|
function goto() {
|
|
function goto() {
|
|
@@ -15,11 +20,6 @@
|
|
|
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
-<script>
|
|
|
|
- export default {
|
|
|
|
- name: "index"
|
|
|
|
- }
|
|
|
|
-</script>
|
|
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
|
|