fix: 修改样式,增加物联平台。
@@ -7,9 +7,11 @@
|
||||
import zlogo from './img/zlogo.png'
|
||||
import hrLogo from './img/hr-logo.png'
|
||||
import plusLogo from './img/plus-logo.png'
|
||||
import iotLogo from './img/iot-logo.png'
|
||||
import mlogo from './img/m-logo.png'
|
||||
import mhrLogo from './img/m-hr-logo.png'
|
||||
import mplusLogo from './img/m-plus-logo.png'
|
||||
import miotLogo from './img/m-iot-logo.png'
|
||||
export default {
|
||||
name: 'Logo',
|
||||
props: {
|
||||
@@ -43,6 +45,12 @@
|
||||
if (this.type === 'mplus') {
|
||||
return mplusLogo
|
||||
}
|
||||
if (this.type === 'iot') {
|
||||
return iotLogo
|
||||
}
|
||||
if (this.type === 'miot') {
|
||||
return miotLogo
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 66 KiB |
BIN
src/components/img/iot-logo.png
Normal file
|
After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 57 KiB |
BIN
src/components/img/m-iot-logo.png
Normal file
|
After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |