前端
This commit is contained in:
parent
deb613b44e
commit
b900896e0f
@ -11,7 +11,7 @@ VUE_APP_BASE_API = '/dev-api'
|
|||||||
VUE_APP_PUBLIC_PATH = '/'
|
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/
|
# http://192.168.0.121:8080/
|
||||||
|
@ -9,16 +9,16 @@ $yellow:#FEC171;
|
|||||||
$panGreen: #30B08F;
|
$panGreen: #30B08F;
|
||||||
|
|
||||||
// 默认菜单主题风格
|
// 默认菜单主题风格
|
||||||
$base-menu-color:#144a6e;// 菜单全部字体颜色
|
$base-menu-color:#5393ff;// 菜单全部字体颜色
|
||||||
$base-menu-color-active:#144a6e;// 父级菜单激活的字体颜色
|
$base-menu-color-active:#5393ff;// 父级菜单激活的字体颜色
|
||||||
$base-menu-background:#fff;
|
$base-menu-background:#fff;
|
||||||
$base-logo-title-color: #144a6e;
|
$base-logo-title-color: #5393ff;
|
||||||
|
|
||||||
$base-menu-light-color:#ffffff;
|
$base-menu-light-color:#ffffff;
|
||||||
$base-menu-light-background:#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-sub-menu-hover: #adadad;
|
||||||
|
|
||||||
$base-sidebar-width: 200px;
|
$base-sidebar-width: 200px;
|
||||||
|
@ -146,7 +146,7 @@ export default {
|
|||||||
height: 90px;
|
height: 90px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #144a6e;
|
background: #5393ff;
|
||||||
//background-image: url("../../assets/images/kkx.png") ;
|
//background-image: url("../../assets/images/kkx.png") ;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -84,7 +84,7 @@ export default {
|
|||||||
|
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #3f5050;
|
background: #5393ff;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 1px #ffffff solid;
|
border: 1px #ffffff solid;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
@ -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.96:8080/'
|
||||||
#VUE_APP_SERVER_URL = 'http://192.168.31.178:8081'
|
#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端地址
|
# cp端地址
|
||||||
# VUE_PC_SERVER_URL = 'http://47.95.206.185:85/'
|
# VUE_PC_SERVER_URL = 'http://47.95.206.185:85/'
|
||||||
|
@ -9,16 +9,16 @@ $yellow:#FEC171;
|
|||||||
$panGreen: #30B08F;
|
$panGreen: #30B08F;
|
||||||
|
|
||||||
// 默认菜单主题风格
|
// 默认菜单主题风格
|
||||||
$base-menu-color:#144a6e;// 菜单全部字体颜色
|
$base-menu-color:#5393ff;// 菜单全部字体颜色
|
||||||
$base-menu-color-active:#144a6e;// 父级菜单激活的字体颜色
|
$base-menu-color-active:#5393ff;// 父级菜单激活的字体颜色
|
||||||
$base-menu-background:#fff;
|
$base-menu-background:#fff;
|
||||||
$base-logo-title-color: #455ced;
|
$base-logo-title-color: #5393ff;
|
||||||
|
|
||||||
$base-menu-light-color:#ffffff;
|
$base-menu-light-color:#ffffff;
|
||||||
$base-menu-light-background:#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-sub-menu-hover: #adadad;
|
||||||
|
|
||||||
$base-sidebar-width: 200px;
|
$base-sidebar-width: 200px;
|
||||||
|
@ -105,7 +105,7 @@ export default {
|
|||||||
height: 90px;
|
height: 90px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #455ced;
|
background: #5393ff;
|
||||||
//background-image: url("../../assets/images/kkx.png") ;
|
//background-image: url("../../assets/images/kkx.png") ;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -5,7 +5,7 @@ const { sideTheme, showSettings, topNav, tagsView, fixedHeader, sidebarLogo, dyn
|
|||||||
const storageSetting = JSON.parse(localStorage.getItem('layout-setting')) || ''
|
const storageSetting = JSON.parse(localStorage.getItem('layout-setting')) || ''
|
||||||
const state = {
|
const state = {
|
||||||
title: '',
|
title: '',
|
||||||
theme: '#072d50',
|
theme: '#5393ff',
|
||||||
sideTheme: storageSetting.sideTheme || sideTheme,
|
sideTheme: storageSetting.sideTheme || sideTheme,
|
||||||
showSettings: showSettings,
|
showSettings: showSettings,
|
||||||
topNav: storageSetting.topNav === undefined ? topNav : storageSetting.topNav,
|
topNav: storageSetting.topNav === undefined ? topNav : storageSetting.topNav,
|
||||||
|
Loading…
Reference in New Issue
Block a user