Pārlūkot izejas kodu

浏览器页签标题

master
张泽亮 pirms 2 nedēļām
vecāks
revīzija
c71eb56733
4 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. +1
    -1
      .env.development
  2. +1
    -1
      .env.production
  3. +1
    -1
      .env.staging
  4. +1
    -1
      src/layout/components/Sidebar/Logo.vue

+ 1
- 1
.env.development Parādīt failu

@@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 后台系统
VUE_APP_TITLE = 管理系统

# 开发环境配置
ENV = 'development'


+ 1
- 1
.env.production Parādīt failu

@@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 后台系统
VUE_APP_TITLE = 管理系统

# 生产环境配置
ENV = 'production'


+ 1
- 1
.env.staging Parādīt failu

@@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 后台系统
VUE_APP_TITLE = 管理系统

BABEL_ENV = production



+ 1
- 1
src/layout/components/Sidebar/Logo.vue Parādīt failu

@@ -35,7 +35,7 @@ export default {
},
data() {
return {
title: this.$store.getters.browserName == '' ? '后台系统' : this.$store.getters.browserName,
title: this.$store.getters.browserName == '' ? '管理系统' : this.$store.getters.browserName,
logo: this.$store.getters.globalLogo == '' ? logoImg : this.$store.getters.globalLogo,
}
}


Notiek ielāde…
Atcelt
Saglabāt