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