Browse Source

修复

master
主管理员 3 weeks ago
parent
commit
bddd1f8dc9
7 changed files with 8 additions and 8 deletions
  1. +1
    -1
      admin-pc/.env.development
  2. +1
    -1
      admin-pc/public/index.html
  3. +1
    -1
      admin-pc/src/components/layouts/TabLayout.vue
  4. +1
    -1
      admin-pc/src/components/layouts/UserLayout.vue
  5. +2
    -2
      admin-pc/src/components/page/GlobalHeader.vue
  6. +1
    -1
      admin-pc/src/components/tools/Logo.vue
  7. +1
    -1
      module-system/src/main/resources/application-dev.yml

+ 1
- 1
admin-pc/.env.development View File

@ -1,5 +1,5 @@
NODE_ENV=development
VUE_APP_API_BASE_URL=https://popularize-admin.hhlm1688.com/popularize-admin/111
VUE_APP_API_BASE_URL=https://popularize-admin.hhlm1688.com/popularize-admin/
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview


+ 1
- 1
admin-pc/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>VTribe后台</title>
<link rel="icon" href="<%= BASE_URL %>logo.png">
<script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script>
<style>


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

@ -177,7 +177,7 @@
// update-begin-author:sunjianlei date:20200120 for:
changeTitle(title) {
let projectTitle = "活动推广后台"
let projectTitle = "VTribe后台"
//
if (this.$route.path === indexKey) {
document.title = projectTitle


+ 1
- 1
admin-pc/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">VTribe后台</span>
</a>
</div>
<!-- <div class="desc">-->


+ 2
- 2
admin-pc/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'">欢迎进入 VTribe后台</span>
<span v-else>VTribe后台</span>
<user-menu :theme="theme"/>
</div>


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

@ -21,7 +21,7 @@
props: {
title: {
type: String,
default: '活动推广',
default: 'VTribe',
required: false
},
showTitle: {


+ 1
- 1
module-system/src/main/resources/application-dev.yml View File

@ -1,5 +1,5 @@
server:
port: 8001
port: 8000
tomcat:
max-swallow-size: -1
error:


Loading…
Cancel
Save