修改标题

main
JayChou 4 weeks ago
parent e4b5365efb
commit 9b37e51386
  1. 2
      src/layout/index.vue
  2. 2
      src/store/modules/setting.ts

@ -75,7 +75,7 @@ watch(
width: 100%;
height: 75px;
text-align: center;
font-size: 42px;
font-size: 32px;
line-height: 75px;
font-style: italic;
background: url("../assets/images/topbgc.png") no-repeat;

@ -5,7 +5,7 @@ import router from "@/router";
const settingStore = defineStore("settingStore", {
state: (): any => {
return {
title: "虚拟仿真实验项目",
title: "基于LabView的智能终端微程序与服务端程序数据通信虚拟仿真项目",
qw: 0, // 气温
zl: 0, // 质量
srmj: 0, // 散热面积

Loading…
Cancel
Save