修改前端组件、后端添加jwt
This commit is contained in:
@@ -249,6 +249,27 @@
|
||||
mixins: [Proxyable],
|
||||
|
||||
data: () => ({
|
||||
image:'https://demos.creative-tim.com/material-dashboard-pro/assets/img/sidebar-1.jpg',
|
||||
mini: false,
|
||||
drawer: null,
|
||||
drawerImage: true,
|
||||
gradient:
|
||||
'rgba(228, 226, 226, 1), rgba(255, 255, 255, 0.7)',
|
||||
images: [
|
||||
'https://demos.creative-tim.com/material-dashboard-pro/assets/img/sidebar-1.jpg',
|
||||
'https://demos.creative-tim.com/material-dashboard-pro/assets/img/sidebar-2.jpg',
|
||||
'https://demos.creative-tim.com/material-dashboard-pro/assets/img/sidebar-3.jpg',
|
||||
'https://demos.creative-tim.com/material-dashboard-pro/assets/img/sidebar-4.jpg',
|
||||
],
|
||||
gradients: [
|
||||
'rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)',
|
||||
'rgba(228, 226, 226, 1), rgba(255, 255, 255, 0.7)',
|
||||
'rgba(244, 67, 54, .8), rgba(244, 67, 54, .8)',
|
||||
],
|
||||
dark:null,
|
||||
|
||||
|
||||
|
||||
color: '#E91E63',
|
||||
colors: [
|
||||
'#9C27b0',
|
||||
|
||||
Reference in New Issue
Block a user