Browse Source

修改样式提示

cheer-on
主管理员 9 months ago
parent
commit
ae8aa2ecb2
7 changed files with 11 additions and 9 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
  7. +3
    -1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/noticeapicontroller/LoginApiController.java

+ 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="/">
<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: {


+ 3
- 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/noticeapicontroller/LoginApiController.java View File

@ -1,2 +1,4 @@
package org.jeecg.modules.api.noticeapicontroller;public class LoginApiController {
package org.jeecg.modules.api.noticeapicontroller;
public class LoginApiController {
}

Loading…
Cancel
Save