dev
rosehan 2 years ago
parent 3be70dbff7
commit 7734162c05
  1. BIN
      ruoyi-ui/src/assets/images/logo.png
  2. 5
      ruoyi-ui/src/views/components/p-header/BaseHeader.vue
  3. 2
      ruoyi-ui/vue.config.js

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

@ -12,6 +12,7 @@
<div class="data">{{ $filter.todayFilter() }}</div>
<div class="time">{{ $filter.todayWeekFilter() }}<span>{{ timer }}</span></div>
</div>
<div class="logo"><img src="@/assets/images/logo.png"></img></div>
</div>
<div class="p-header-middle">
<div class="p-header-title">{{ title }}</div>
@ -409,7 +410,7 @@ export default {
justify-content: center;
margin-left: $p-spacer-large;
align-items: center;
.logo img{height: 35px; margin-top: 5px;}
.p-header-weather {
display: flex;
justify-content: center;
@ -427,8 +428,10 @@ export default {
}
.p-header-data {
margin-right: $p-spacer-large;
font-size: $p-font-small;
line-height: 16rem;
}
}

@ -38,7 +38,7 @@ module.exports = {
//target: `http://localhost:8080/`,//用户名:admin 密码CJYjqgk@2023!
//target: `http://39.105.17.128:8096/`,//用户名:cjyadmin/密码:CJYjqgk@2023!
target: `http://192.168.130.109:8096/`,//用户名:cjyadmin/密码:CJYjqgk@2023! 文硕
//target: `http://1192.168.130.16:8096/`,//用户名:cjyadmin/密码:CJYjqgk@2023! 线上
//target: `http://192.168.130.16:8096/`,//用户名:cjyadmin/密码:CJYjqgk@2023! 线上
//target: `http://192.168.130.155:8096/`,//用户名:cjyadmin/密码:CJYjqgk@2023! 马松
changeOrigin: true,

Loading…
Cancel
Save