main #34
@ -19,6 +19,10 @@
|
||||
<p @mouseleave="sildeOut" @mouseenter="sildeIn(product_service)">
|
||||
<a>{{ translations[language].ecosystem }}</a>
|
||||
</p>
|
||||
<!-- 供需广场 -->
|
||||
<p :class="{ active: $route.path.includes('/supply') }">
|
||||
<a @click="$router.push('/ncmatchHome/supplyAndDemandSquare')">{{ translations[language].supply }}</a>
|
||||
</p>
|
||||
<!-- 关于我们 -->
|
||||
<p :class="{ active: $route.path.includes('/about') }" @mouseleave="sildeOut"
|
||||
@click="$router.push('/homePage/about')">
|
||||
@ -289,6 +293,7 @@ export default Vue.extend({
|
||||
zh: {
|
||||
home: '首页',
|
||||
ecosystem: '产品与服务',
|
||||
supply:'供需广场',
|
||||
aboutUs: '关于我们',
|
||||
balance: '余额',
|
||||
recharge: '充值',
|
||||
@ -400,6 +405,7 @@ export default Vue.extend({
|
||||
en: {
|
||||
home: 'Home',
|
||||
ecosystem: 'Products & Services',
|
||||
supply:'Supply',
|
||||
aboutUs: 'About Us',
|
||||
balance: 'Balance',
|
||||
recharge: 'Recharge',
|
||||
|
||||
@ -3,13 +3,9 @@
|
||||
|
||||
<div style="margin-top: 25px;">
|
||||
<span style="margin-top: 100px;" class="title">
|
||||
|
||||
<span class="leftText">
|
||||
算力供需
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="rightText"> 广场</span></span>
|
||||
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user