add cover

This commit is contained in:
龚祖望 2022-11-15 11:11:02 +08:00
parent d2f4385e37
commit 8bcb1b7723
7 changed files with 7 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

View File

@ -2,7 +2,7 @@
* @Author: 龚祖望 573413756@qq.com
* @Date: 2022-05-16 09:16:41
* @LastEditors: 龚祖望 573413756@qq.com
* @LastEditTime: 2022-11-11 11:07:15
* @LastEditTime: 2022-11-15 11:10:07
* @FilePath: \dashengda\src\views\dashboard\index.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@ -57,8 +57,12 @@ export default {
this.slide2 = require('@/assets/images/hangxiao-slide2.png')
break
case '江西师大':
this.slide1 = require('@/assets/images/hangxiao-slide1.png')
this.slide2 = require('@/assets/images/hangxiao-slide2.png')
this.slide1 = require('@/assets/images/jxsd-slide1.png')
this.slide2 = require('@/assets/images/jxsd-slide2.png')
break
case '钱江电气':
this.slide1 = require('@/assets/images/qianjiang-slide1.png')
this.slide2 = require('@/assets/images/qianjiang-slide2.png')
break
}
},