Skip to content

Commit 5672561

Browse files
author
奇淼(piexlmax
authored
Merge pull request #551 from flipped-aurora/gva_gormv2_dev
Gva gormv2 dev
2 parents 5ed1292 + d0ad41c commit 5672561

File tree

15 files changed

+136
-9949
lines changed

15 files changed

+136
-9949
lines changed

web/src/components/themeChange/index.vue

Lines changed: 0 additions & 151 deletions
This file was deleted.

web/src/core/element_lazy.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ import {
5858
Upload,
5959
Progress,
6060
MessageBox,
61-
Image,
62-
ColorPicker
61+
Image
6362
} from 'element-ui'
6463

6564
Vue.use(Button)
@@ -111,7 +110,6 @@ Vue.use(Progress)
111110
Vue.use(Scrollbar)
112111
Vue.use(Loading.directive)
113112
Vue.use(Image)
114-
Vue.use(ColorPicker)
115113

116114
Vue.prototype.$loading = Loading.service
117115
Vue.prototype.$message = Message

web/src/core/gin-vue-admin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import '../../node_modules/timeline-vuejs/dist/timeline-vuejs.css'
1111
// 路由守卫
1212
import Bus from '@/utils/bus'
1313
// 加载网站配置文件夹
14-
import '../style/element_visiable.scss' // 导入主题色配置
1514
import config from './config'
1615
Vue.prototype.$GIN_VUE_ADMIN = config
1716
Vue.use(Bus)

web/src/store/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import VuexPersistence from 'vuex-persist'
55
import { user } from '@/store/module/user'
66
import { router } from '@/store/module/router'
77
import { dictionary } from '@/store/module/dictionary'
8-
import { app } from '@/store/module/app'
98
Vue.use(Vuex)
109

1110
const vuexLocal = new VuexPersistence({
@@ -16,8 +15,7 @@ export const store = new Vuex.Store({
1615
modules: {
1716
user,
1817
router,
19-
dictionary,
20-
app
18+
dictionary
2119
},
2220
plugins: [vuexLocal.plugin]
2321
})

web/src/store/module/app.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

web/src/style/basics.scss

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// basice
32
$font-size: 14px;
43
$icon-size:17px;
@@ -15,11 +14,10 @@ $width-mobile-aside:210px;
1514
$color-aside:rgba(255, 255, 255,.9);
1615
$icon-arrow-size-aside:12px;
1716
$width-submenu-aside:55px;
18-
$bg-aside:#fff;
17+
$bg-aside:#191a23;
1918
$height-aside-tilte:64px;
2019
$height-aside-img:30px;
2120
$width-aside-img:30px;
22-
$aside-color:#000;
2321
// header
2422
$height-header: 60px;
2523
// nav-scroll
@@ -37,8 +35,3 @@ $height-car:68px;
3735
// mobile
3836
$padding-xs: 5px;
3937
$margin-xs: 5px;
40-
41-
:export{
42-
bg_aside : $bg-aside ;
43-
color_aside : $aside-color
44-
}

web/src/style/element_visiable.scss

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)