diff --git a/fuintAdmin/.env.development b/fuintAdmin/.env.development index 5f34916d4..a17696244 100644 --- a/fuintAdmin/.env.development +++ b/fuintAdmin/.env.development @@ -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/ diff --git a/fuintAdmin/src/assets/styles/variables.scss b/fuintAdmin/src/assets/styles/variables.scss index c91774ec4..e243d2991 100644 --- a/fuintAdmin/src/assets/styles/variables.scss +++ b/fuintAdmin/src/assets/styles/variables.scss @@ -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; diff --git a/fuintAdmin/src/layout/components/Navbar.vue b/fuintAdmin/src/layout/components/Navbar.vue index d84d8321d..f6c3a0910 100644 --- a/fuintAdmin/src/layout/components/Navbar.vue +++ b/fuintAdmin/src/layout/components/Navbar.vue @@ -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; diff --git a/fuintAdmin/src/layout/components/Sidebar/index.vue b/fuintAdmin/src/layout/components/Sidebar/index.vue index 8de12e1ea..080a56926 100644 --- a/fuintAdmin/src/layout/components/Sidebar/index.vue +++ b/fuintAdmin/src/layout/components/Sidebar/index.vue @@ -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; diff --git a/fuintAdmin_zt/.env.development b/fuintAdmin_zt/.env.development index 31bcda157..2836caf9a 100644 --- a/fuintAdmin_zt/.env.development +++ b/fuintAdmin_zt/.env.development @@ -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/' diff --git a/fuintAdmin_zt/src/assets/styles/variables.scss b/fuintAdmin_zt/src/assets/styles/variables.scss index 54baf043c..e243d2991 100644 --- a/fuintAdmin_zt/src/assets/styles/variables.scss +++ b/fuintAdmin_zt/src/assets/styles/variables.scss @@ -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; diff --git a/fuintAdmin_zt/src/layout/components/Navbar.vue b/fuintAdmin_zt/src/layout/components/Navbar.vue index e3de86a63..a8b0b2c2d 100644 --- a/fuintAdmin_zt/src/layout/components/Navbar.vue +++ b/fuintAdmin_zt/src/layout/components/Navbar.vue @@ -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; diff --git a/fuintAdmin_zt/src/store/modules/settings.js b/fuintAdmin_zt/src/store/modules/settings.js index bfde91123..feb05e2c5 100644 --- a/fuintAdmin_zt/src/store/modules/settings.js +++ b/fuintAdmin_zt/src/store/modules/settings.js @@ -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,