This commit is contained in:
xvv 2024-06-12 17:14:13 +08:00
parent deb613b44e
commit b900896e0f
8 changed files with 16 additions and 16 deletions

View File

@ -11,7 +11,7 @@ VUE_APP_BASE_API = '/dev-api'
VUE_APP_PUBLIC_PATH = '/'
# 后端接口地址
VUE_APP_SERVER_URL = 'http://localhost:8081/'
VUE_APP_SERVER_URL = 'http://192.168.31.54:8085/'
# http://192.168.0.121:8080/

View File

@ -9,16 +9,16 @@ $yellow:#FEC171;
$panGreen: #30B08F;
// 默认菜单主题风格
$base-menu-color:#144a6e;// 菜单全部字体颜色
$base-menu-color-active:#144a6e;// 父级菜单激活的字体颜色
$base-menu-color:#5393ff;// 菜单全部字体颜色
$base-menu-color-active:#5393ff;// 父级菜单激活的字体颜色
$base-menu-background:#fff;
$base-logo-title-color: #144a6e;
$base-logo-title-color: #5393ff;
$base-menu-light-color:#ffffff;
$base-menu-light-background:#ffffff;
$base-logo-light-title-color: #1a5982;
$base-logo-light-title-color: #5393ff;
$base-sub-menu-background: #c6c6c6;//展开的背景色
$base-sub-menu-background: #f8f8f8;//展开的背景色
$base-sub-menu-hover: #adadad;
$base-sidebar-width: 200px;

View File

@ -146,7 +146,7 @@ export default {
height: 90px;
overflow: hidden;
position: relative;
background: #144a6e;
background: #5393ff;
//background-image: url("../../assets/images/kkx.png") ;
background-size: 100% 100%;
background-size: cover;

View File

@ -84,7 +84,7 @@ export default {
padding-top: 2px;
text-align: center;
background: #3f5050;
background: #5393ff;
overflow: hidden;
border: 1px #ffffff solid;
border-radius: 2px;

View File

@ -13,7 +13,7 @@ VUE_APP_PUBLIC_PATH = '/'
# 后端接口地址
#VUE_APP_SERVER_URL = 'http://192.168.31.96:8080/'
#VUE_APP_SERVER_URL = 'http://192.168.31.178:8081'
VUE_APP_SERVER_URL = 'http://localhost:8081/'
VUE_APP_SERVER_URL = 'http://192.168.31.54:8085/'
# cp端地址
# VUE_PC_SERVER_URL = 'http://47.95.206.185:85/'

View File

@ -9,16 +9,16 @@ $yellow:#FEC171;
$panGreen: #30B08F;
// 默认菜单主题风格
$base-menu-color:#144a6e;// 菜单全部字体颜色
$base-menu-color-active:#144a6e;// 父级菜单激活的字体颜色
$base-menu-color:#5393ff;// 菜单全部字体颜色
$base-menu-color-active:#5393ff;// 父级菜单激活的字体颜色
$base-menu-background:#fff;
$base-logo-title-color: #455ced;
$base-logo-title-color: #5393ff;
$base-menu-light-color:#ffffff;
$base-menu-light-background:#ffffff;
$base-logo-light-title-color: #1a5982;
$base-logo-light-title-color: #5393ff;
$base-sub-menu-background: #c6c6c6;//展开的背景色
$base-sub-menu-background: #f8f8f8;//展开的背景色
$base-sub-menu-hover: #adadad;
$base-sidebar-width: 200px;

View File

@ -105,7 +105,7 @@ export default {
height: 90px;
overflow: hidden;
position: relative;
background: #455ced;
background: #5393ff;
//background-image: url("../../assets/images/kkx.png") ;
background-size: 100% 100%;
background-size: cover;

View File

@ -5,7 +5,7 @@ const { sideTheme, showSettings, topNav, tagsView, fixedHeader, sidebarLogo, dyn
const storageSetting = JSON.parse(localStorage.getItem('layout-setting')) || ''
const state = {
title: '',
theme: '#072d50',
theme: '#5393ff',
sideTheme: storageSetting.sideTheme || sideTheme,
showSettings: showSettings,
topNav: storageSetting.topNav === undefined ? topNav : storageSetting.topNav,