Browse Source

改名字

master
cgx 4 months ago
parent
commit
18ccf5ec48
6 changed files with 8 additions and 8 deletions
  1. +1
    -1
      admin-hanhai-vue/.env
  2. +2
    -2
      admin-hanhai-vue/public/index.html
  3. +1
    -1
      admin-hanhai-vue/src/components/layouts/TabLayout.vue
  4. +1
    -1
      admin-hanhai-vue/src/components/layouts/UserLayout.vue
  5. +2
    -2
      admin-hanhai-vue/src/components/page/GlobalHeader.vue
  6. +1
    -1
      admin-hanhai-vue/src/components/tools/Logo.vue

+ 1
- 1
admin-hanhai-vue/.env View File

@ -1,5 +1,5 @@
NODE_ENV=production
VUE_APP_PLATFORM_NAME=铝材交易后台管理系统
VUE_APP_PLATFORM_NAME=工种平台后台管理系统
# 开启单点登录
VUE_APP_SSO=false
# 开启微应用模式


+ 2
- 2
admin-hanhai-vue/public/index.html View File

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>铝材交易后台管理系统</title>
<title>工种平台后台管理系统</title>
<link rel="icon" href="<%= BASE_URL %>logo.png">
<script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script>
<style>
@ -249,7 +249,7 @@
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
<div class="load_title">正在加载 铝材交易后台管理系统,请耐心等待
<div class="load_title">正在加载 工种平台后台管理系统,请耐心等待
</div>
</div>


+ 1
- 1
admin-hanhai-vue/src/components/layouts/TabLayout.vue View File

@ -177,7 +177,7 @@
// update-begin-author:sunjianlei date:20200120 for:
changeTitle(title) {
let projectTitle = "铝材交易后台管理系统"
let projectTitle = "工种平台后台管理系统"
//
if (this.$route.path === indexKey) {
document.title = projectTitle


+ 1
- 1
admin-hanhai-vue/src/components/layouts/UserLayout.vue View File

@ -5,7 +5,7 @@
<div class="header">
<a href="/">
<img src="~@/assets/logo.png" class="logo" alt="logo">
<span class="title">铝材交易</span>
<span class="title">工种平台</span>
</a>
</div>
<!-- <div class="desc">-->


+ 2
- 2
admin-hanhai-vue/src/components/page/GlobalHeader.vue View File

@ -17,8 +17,8 @@
:type="collapsed ? 'menu-unfold' : 'menu-fold'"
@click="toggle"/>
<span v-if="device === 'desktop'">欢迎进入 铝材交易后台管理系统</span>
<span v-else>铝材交易后台管理系统</span>
<span v-if="device === 'desktop'">欢迎进入 工种平台后台管理系统</span>
<span v-else>工种平台后台管理系统</span>
<user-menu :theme="theme"/>
</div>


+ 1
- 1
admin-hanhai-vue/src/components/tools/Logo.vue View File

@ -21,7 +21,7 @@
props: {
title: {
type: String,
default: '铝材交易',
default: '工种平台',
required: false
},
showTitle: {


Loading…
Cancel
Save