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')