修改名字

master
yujialong 2 years ago
parent 1ec7ffc9b0
commit 251563e0cb
  1. 2
      public/index.html
  2. 2
      src/components/page/Login.vue
  3. 2
      src/components/page/beforeLogin.vue
  4. 4
      src/router/index.js
  5. 2
      src/router/resetRouter.js

@ -8,7 +8,7 @@
<!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> --> <!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
<!-- <script src="https://unpkg.com/gojs/release/go-debug.js"></script> --> <!-- <script src="https://unpkg.com/gojs/release/go-debug.js"></script> -->
<title>智慧金融管理平台</title> <title>智慧管理平台</title>
</head> </head>
<body> <body>
<noscript> <noscript>

@ -7,7 +7,7 @@
<!-- <img src="../../assets/img/ff-icon.png" class="ff-icon"> --> <!-- <img src="../../assets/img/ff-icon.png" class="ff-icon"> -->
<!-- 大庆待恢复 --> <!-- 大庆待恢复 -->
<img src="../../assets/img/logo.png"> <img src="../../assets/img/logo.png">
<span>智慧金融管理平台</span> <span>智慧管理平台</span>
</div> </div>
<span class="aboutUs">关于我们</span> <span class="aboutUs">关于我们</span>
</div> </div>

@ -7,7 +7,7 @@
<!-- <img src="../../assets/img/ff-icon.png" class="ff-icon"> --> <!-- <img src="../../assets/img/ff-icon.png" class="ff-icon"> -->
<!-- 大庆 --> <!-- 大庆 -->
<img src="../../assets/img/logo.png"> <img src="../../assets/img/logo.png">
<span>智慧金融管理平台</span> <span>智慧管理平台</span>
</div> </div>
<span class="aboutUs">关于我们</span> <span class="aboutUs">关于我们</span>
</div> </div>

@ -86,7 +86,7 @@ export const constantRouterMap = [ // 默认路由,不需要权限
{ {
path: '/beforeLogin', path: '/beforeLogin',
component: () => import('../components/page/beforeLogin.vue'), component: () => import('../components/page/beforeLogin.vue'),
meta: { title: '智慧金融管理平台' } meta: { title: '智慧管理平台' }
}, },
{ {
path: '/login', path: '/login',
@ -335,6 +335,6 @@ router.beforeEach(function(to,from,next){
} }
} }
// 根据路由元信息设置文档标题 // 根据路由元信息设置文档标题
window.document.title = to.meta.title || '智慧金融管理' window.document.title = to.meta.title || '智慧管理'
next() next()
}) })

@ -11,7 +11,7 @@ const staticRouter = [
{ {
path: '/beforeLogin', path: '/beforeLogin',
component: () => import('../components/page/beforeLogin.vue'), component: () => import('../components/page/beforeLogin.vue'),
meta: { title: '智慧金融管理平台' } meta: { title: '智慧管理平台' }
}, },
{ {
path: '/login', path: '/login',

Loading…
Cancel
Save