|
|
@ -69,7 +69,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div v-show="mode == 'qrCode'">
|
|
|
|
<div v-show="mode == 'qrCode'">
|
|
|
|
<div v-show="qrCodeImage" class="qr-code-container">
|
|
|
|
<div v-show="qrCodeImage" class="qr-code-container">
|
|
|
|
<img :src="qrCodeImage" />
|
|
|
|
<img :src="qrCodeImage" width="192px" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="qr-code-info">
|
|
|
|
<div class="qr-code-info">
|
|
|
|
{{ qrCodeInformation }}
|
|
|
|
{{ qrCodeInformation }}
|
|
|
@ -236,7 +236,7 @@ export default {
|
|
|
|
QRCode.toDataURL(
|
|
|
|
QRCode.toDataURL(
|
|
|
|
`https://music.163.com/login?codekey=${this.qrCodeKey}`,
|
|
|
|
`https://music.163.com/login?codekey=${this.qrCodeKey}`,
|
|
|
|
{
|
|
|
|
{
|
|
|
|
width: 192,
|
|
|
|
width: 384,
|
|
|
|
margin: 0,
|
|
|
|
margin: 0,
|
|
|
|
color: {
|
|
|
|
color: {
|
|
|
|
dark: '#335eea',
|
|
|
|
dark: '#335eea',
|
|
|
|