liuxy 3 years ago
parent 91ac8b970d
commit d85ac2b5fb

@ -2,5 +2,5 @@
ENV = 'production'
# base api
VUE_APP_BASE_API = http://starter.ali251.langye.net
VUE_APP_UPLOAD_API =http://starter.ali251.langye.net/api/admin/upload-file
VUE_APP_BASE_API=http://dongtuo.ali251.langye.net
VUE_APP_UPLOAD_API=http://dongtuo.ali251.langye.net/api/admin/upload-file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 38 KiB

@ -42,9 +42,9 @@ export default {
// padding-top: 10px;
font-weight: bold;
font-size: 15px;
color: #0077CC;
color: #2b5183;
white-space: nowrap;
border-bottom: 2px solid #0077CC;
border-bottom: 2px solid #2b5183;
> span {
position: relative;

@ -3,10 +3,8 @@
<transition name="sidebarLogoFade">
<router-link v-if="collapse" key="collapse" class="sidebar-logo-link" to="/">
<img src="../../../assets/logo-mini.png?v=1" class="sidebar-logo">
</router-link>
<router-link v-else key="expand" class="sidebar-logo-link" to="/">
<img src="../../../assets/logo-mini.png?v=1" class="sidebar-logo">
<img src="../../../assets/logo.png?v=2" class="sidebar-name-logo" />
</router-link>
</transition>
@ -36,8 +34,7 @@
transition: opacity 1.5s;
}
.sidebar-name-logo {
width: 120px;
height: 22px;
width: 180px;
}
.sidebarLogoFade-enter,

@ -1,6 +1,6 @@
module.exports = {
title: '朗业基础平台',
title: '盐城国际会议展览中心',
/**
* @type {boolean} true | false

@ -1,5 +1,5 @@
/* 改变主题色变量 */
$--color-primary: #0077CC;
$--color-primary: #2b5183;
/* 改变 icon 字体路径变量,必需 */
$--font-path: '~element-ui/lib/theme-chalk/fonts';

@ -11,7 +11,7 @@
transition: width 0.28s;
width: $sideBarWidth !important;
//background-color: $menuBg;
background: linear-gradient(180deg, #0284cd, #0077CC);
background: linear-gradient(180deg, #fff, #fff);
box-shadow: 1px 1px 15px 0px rgba(17, 76, 157, 0.2);
height: 100%;
position: fixed;
@ -229,7 +229,7 @@
>.el-menu--popup {
max-height: 100vh;
overflow-y: auto;
background: #0077CC !important;
background: #fff !important;
&::-webkit-scrollbar-track-piece {
background: #d3dce6;

@ -1,7 +1,7 @@
// sidebar
$menuText:#ffffff;
$menuActiveText:#ffffff;
$subMenuActiveText:#ffffff; //https://github.com/ElemeFE/element/issues/12951
$menuText:#2b5183;
$menuActiveText:#2b5183;
$subMenuActiveText:#2b5183; //https://github.com/ElemeFE/element/issues/12951
$menuBg:rgb(255, 255, 255,0);//#304156
$menuHover:rgba(242, 242, 242, .4);
@ -13,7 +13,7 @@ $subMenuHover:rgba(242, 242, 242, .4);
$submenuActiveBg:rgba(242, 242, 242, .4);
$sideBarWidth: 210px;
$primaryColor: #0077CC;
$primaryColor: #2b5183;
// the :export directive is the magic sauce for webpack
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
:export {

@ -1,4 +1,4 @@
@import '~view-design/src/styles/index.less';
// Here are the variables to cover, such as:
@primary-color: #0077CC;
@primary-color: #2b5183;

@ -25,7 +25,7 @@ module.exports = {
* Detail: https://cli.vuejs.org/config/#publicpath
*/
publicPath: '/admin/',
outputDir: './dist',
outputDir: '/Users/mac/Documents/Work/s-苏州东拓/code/dongtuo-meet-service/public/admin',
assetsDir: 'static',
css: {
loaderOptions: { // 向 CSS 相关的 loader 传递选项

Loading…
Cancel
Save