Browse Source

改名字

master
cgx 6 months ago
parent
commit
44ffd546ea
8 changed files with 10 additions and 10 deletions
  1. +1
    -1
      admin-hanhai-vue/.env
  2. +1
    -1
      admin-hanhai-vue/.env.development
  3. +1
    -1
      admin-hanhai-vue/.env.production
  4. +2
    -2
      admin-hanhai-vue/public/index.html
  5. +1
    -1
      admin-hanhai-vue/src/components/layouts/TabLayout.vue
  6. +1
    -1
      admin-hanhai-vue/src/components/layouts/UserLayout.vue
  7. +2
    -2
      admin-hanhai-vue/src/components/page/GlobalHeader.vue
  8. +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
# 开启微应用模式


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

@ -1,5 +1,5 @@
NODE_ENV=development
VUE_APP_API_BASE_URL=http://localhost:8000/api/
VUE_APP_API_BASE_URL=http://localhost:8081/aluminium-api/
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview


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

@ -1,4 +1,4 @@
NODE_ENV=production
VUE_APP_API_BASE_URL=http://localhost:8000/api/
VUE_APP_API_BASE_URL=http://localhost:8081//aluminium-api/
VUE_APP_CAS_BASE_URL=http://localhost:8888/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview

+ 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