Compare commits

..

No commits in common. "59c02c307d295406a9dc3ba3e4fe0ce2dcf1c1c5" and "d7ab687c67805b765f8b39715205216c94a84156" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1552,7 +1552,7 @@ export const asyncRoutes = [
hidden: true,
path: "colony",
title: "管理集群",
title: "管理集群",
component: () => import("@/views/operation/computingCenterManagement/colony/index.vue"),
name: "supplierManagement",
meta: {

View File

@ -1,7 +1,7 @@
<template>
<div id="vmheader">
<h1 style="cursor: pointer" @click="fullScreen">NCMatch </h1>
<h1 style="cursor: pointer" @click="fullScreen">NCMatch算力供需对接平台</h1>
<ZpTime class="time"></ZpTime>
</div>
@ -55,7 +55,7 @@ export default {
#vmheader h1 {
color: #cfd1ee;
font-size: 40px;
font-size: 32px;
display: flex;
align-items: center;
justify-content: center;