From 8987f745acac91cc259cb854a32abc694ea1c0f9 Mon Sep 17 00:00:00 2001 From: hym Date: Fri, 27 Sep 2024 17:55:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=87=E9=A2=98=E6=96=87?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/router/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 96e8bfb..2e99138 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - vue-cil2.0-template + Deep-Sea Data System diff --git a/src/router/index.js b/src/router/index.js index 255e156..65b3c78 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -455,7 +455,7 @@ const createRouter = () => new Router({ const router = createRouter() router.beforeEach((to, from, next) => { - to.meta.title && (document.title = to.meta.title + ' | Deep-sea') + to.meta.title && (document.title = to.meta.title + ' | Deep-Sea Data System') // const jsid = getParameterValue('jsessionid') // const cu = getParameterValue('cu') // const userID = getParameterValue('userId')