联系我们
This commit is contained in:
parent
6e29d59305
commit
8ce0f9a972
|
@ -16,7 +16,7 @@ const changeHandler = (active) => {
|
|||
<template #logo>
|
||||
<div class="text">黑龙江东印科技</div>
|
||||
</template>
|
||||
<t-menu-item value="item1" class="menu" to="/" to="/"> 首页 </t-menu-item>
|
||||
<t-menu-item value="item1" class="menu" to="/" > 首页 </t-menu-item>
|
||||
<t-menu-item value="item2" class="menu" to="/ServicesProject"> 服务项目 </t-menu-item>
|
||||
<t-menu-item value="item3" class="menu" to="contact"> 联系我们 </t-menu-item>
|
||||
</t-head-menu>
|
||||
|
|
|
@ -14,7 +14,7 @@ const router = createRouter({
|
|||
path: '/ServicesProject',
|
||||
name: 'project',
|
||||
component: ServicesProject
|
||||
}
|
||||
},
|
||||
{
|
||||
path:'/contact',
|
||||
name:'contact',
|
||||
|
|
|
@ -50,23 +50,9 @@ const text = ref('APP软件开发')
|
|||
<!-- 文字 -->
|
||||
<span class="special_service_wenzi"><strong>{{ item.text }}</strong></span>
|
||||
</div>
|
||||
|
||||
<!-- <div class="special_service_typeone">
|
||||
<div class="special_service_yuan">
|
||||
<span class="icon">
|
||||
<icon name="system-code" color="orange" />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="special_service_typeone">
|
||||
<div class="special_service_yuan">
|
||||
<span class="icon">
|
||||
<icon name="system-messages" color="orange" />
|
||||
</span>
|
||||
</div>
|
||||
<span class="special_service_wenzi"><strong>网站开发</strong></span>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
|
||||
</template>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
<script>
|
||||
import pagefooter from '../components/pagefooter/pagefooter.vue'
|
||||
export default {
|
||||
components: { pagefooter },
|
||||
|
||||
}
|
||||
</script>
|
||||
<template>
|
||||
<div class="body">
|
||||
|
@ -11,7 +7,6 @@ export default {
|
|||
<div class="content_text"><strong>服务项目</strong></div>
|
||||
<div class="content_des"></div>
|
||||
</div>
|
||||
<pagefooter></pagefooter>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user