style:头部信息修改
Showing
4 changed files
with
11 additions
and
5 deletions
1 | // 获取浏览器便签标题 | 1 | /* |
2 | import defaultSettings from '@/settings' | 2 | * @Description: 获取浏览器便签标题 |
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-05-17 15:51:27 | ||
5 | */ | ||
6 | import Vue from 'vue' | ||
7 | const title = Vue.prototype.BASE_API.TITLE | ||
3 | 8 | ||
4 | const title = defaultSettings.title || '厦门市房屋数据服务平台' | 9 | export default function getPageTitle (pageTitle) { |
5 | |||
6 | export default function getPageTitle(pageTitle) { | ||
7 | if (pageTitle) { | 10 | if (pageTitle) { |
8 | return `${pageTitle} - ${title}` | 11 | return `${pageTitle} - ${title}` |
9 | } | 12 | } | ... | ... |
-
Please register or sign in to post a comment