main #34
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters } from "vuex";
|
import { mapGetters } from "vuex";
|
||||||
import SidebarItem from "./SidebarItem.vue";
|
import SidebarItem from "./SidebarItem.vue";
|
||||||
import variables from "@/styles/variables.scss";
|
import variables from "@/styles/variables.scss";
|
||||||
import Logo from "./Logo.vue";
|
import Logo from "./Logo.vue";
|
||||||
|
|
||||||
|
|||||||
@ -173,7 +173,7 @@ export const constantRoutes = [
|
|||||||
redirect: "/ncmatchHome/index",
|
redirect: "/ncmatchHome/index",
|
||||||
meta: { fullPath: "/ncmatchHome/index", title: "官网首页", noCache: true, icon: 'el-icon-s-home' },
|
meta: { fullPath: "/ncmatchHome/index", title: "官网首页", noCache: true, icon: 'el-icon-s-home' },
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: "index",
|
path: "index",
|
||||||
component: () => import("@/views/homePage/ncmatch/mainPage/index.vue"),
|
component: () => import("@/views/homePage/ncmatch/mainPage/index.vue"),
|
||||||
name: "ncmatchPageIndex",
|
name: "ncmatchPageIndex",
|
||||||
|
|||||||
@ -19,6 +19,10 @@
|
|||||||
<p @mouseleave="sildeOut" @mouseenter="sildeIn(product_service)">
|
<p @mouseleave="sildeOut" @mouseenter="sildeIn(product_service)">
|
||||||
<a>{{ translations[language].ecosystem }}</a>
|
<a>{{ translations[language].ecosystem }}</a>
|
||||||
</p>
|
</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"
|
<p :class="{ active: $route.path.includes('/about') }" @mouseleave="sildeOut"
|
||||||
@click="$router.push('/homePage/about')">
|
@click="$router.push('/homePage/about')">
|
||||||
@ -289,6 +293,7 @@ export default Vue.extend({
|
|||||||
zh: {
|
zh: {
|
||||||
home: '首页',
|
home: '首页',
|
||||||
ecosystem: '产品与服务',
|
ecosystem: '产品与服务',
|
||||||
|
supply:'供需广场',
|
||||||
aboutUs: '关于我们',
|
aboutUs: '关于我们',
|
||||||
balance: '余额',
|
balance: '余额',
|
||||||
recharge: '充值',
|
recharge: '充值',
|
||||||
@ -400,6 +405,7 @@ export default Vue.extend({
|
|||||||
en: {
|
en: {
|
||||||
home: 'Home',
|
home: 'Home',
|
||||||
ecosystem: 'Products & Services',
|
ecosystem: 'Products & Services',
|
||||||
|
supply:'Supply',
|
||||||
aboutUs: 'About Us',
|
aboutUs: 'About Us',
|
||||||
balance: 'Balance',
|
balance: 'Balance',
|
||||||
recharge: 'Recharge',
|
recharge: 'Recharge',
|
||||||
|
|||||||
@ -3,13 +3,9 @@
|
|||||||
|
|
||||||
<div style="margin-top: 25px;">
|
<div style="margin-top: 25px;">
|
||||||
<span style="margin-top: 100px;" class="title">
|
<span style="margin-top: 100px;" class="title">
|
||||||
|
|
||||||
<span class="leftText">
|
<span class="leftText">
|
||||||
算力供需
|
算力供需
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span class="rightText"> 广场</span></span>
|
<span class="rightText"> 广场</span></span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -556,4 +552,4 @@ export default {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user