From 1394335f4874cec0c02751e8a7b66cab565ce874 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 02 Nov 2022 11:40:05 +0800
Subject: [PATCH] 文件处理及title处理
---
src/pcLayout/index.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/pcLayout/index.vue b/src/pcLayout/index.vue
index 19df158..4622e5f 100644
--- a/src/pcLayout/index.vue
+++ b/src/pcLayout/index.vue
@@ -134,6 +134,9 @@
data () {
return {}
},
+ created () {
+ document.title = '江西经济管理干部学院三维可视化平台'
+ },
methods: {
handleSelect (key, keyPath) { },
outHome () {
--
Gitblit v1.9.3