去除prodio不必要的部份

dev
Wayne 2 years ago
commit f4face2ed5

2
.gitignore vendored

@ -2,4 +2,4 @@
data/
app/public/storage/*
nuxt/
web.bak/
prod/

@ -1,12 +1,15 @@
<script setup>
import Cookies from 'js-cookie';
const { t } = useI18n();
useHead({
title: 'WEISEN',
title: t('title'),
viewport: 'width=device-width, initial-scale=1, maximum-scale=1',
charset: 'utf-8',
meta: [
{ name: 'description', content: 'WEISEN' }
{ name: 'description', content: t('description') },
{ name: 'keywords', content: t('keywords') }
],
bodyAttrs: {

@ -142,8 +142,7 @@ watch(locale, (nVal,oVal) => {
<div class="col-12 col-lg">
<div class="fTitle">Company</div>
<div class="info_link">
<a target="_blank" :href="'https://www.google.com.tw/maps/place/' + config[locale].address"
v-if="config[locale].address">
<a href="javascript:void(0);">
<i class="fa-solid fa-map-location-dot"></i>
<div class="text">{{ config[locale].address }}</div>
</a>

@ -1,8 +1,11 @@
export default {
title: '普达国际',
description: '普达国际企业有限公司为多家知名化工及电子材料厂商代理暨分销商。主要服务行业包括:涂料、胶粘剂、高分子聚合、电子陶瓷、电子材料、电子化学品、复合材料、表面处理及新能源材料等。',
keywords: '乳化剂,分散剂,抗冻剂,环氧树脂,固化剂,铜箔基板,阻燃剂,PVA 表面活性剂',
aboutus: '关于我们',
products: '产品应用资讯',
news: '最新消息',
contact: '联络我们',
contact: '联络我们',
branch: '公司据点',
productandservice: '产品与服务',
development: '企业永续发展',

@ -1,4 +1,7 @@
export default {
title: 'Prodio International',
description: 'Prodio operate as a distributor for many well-established chemical and electronic materials. Our primary services include coatings, adhesives, polymers, polymerization, electronic plating, electronic materials, electronic chemicals, composite materials, surface treatment, and renewable materials, etc.',
keywords: 'Emulsifier, Dispersing Agents, Antifreeze, Epoxy, Curing Agent, CCL, Flame Retardant, PVA, Surfactants',
aboutus: 'ABOUT US',
products: 'PRODUCTS',
news: 'NEWS',

@ -1,4 +1,7 @@
export default {
title: '普達國際',
description: '普達國際企業有限公司為多家知名化工及電子材料廠商代理暨分銷商。主要服務行業包括:塗料、膠粘劑、高分子聚合、電子陶瓷、電子材料、電子化學品、複合材料、表面處理及新能源材料等。',
keywords: '乳化劑,分散劑,抗凍劑,環氧樹脂,固化劑,銅箔基板,阻燃劑,PVA 表面活性劑',
aboutus: '關於我們',
products: '產品介紹',
news: '最新消息',

Loading…
Cancel
Save