Skip to content

Commit 49e77a8

Browse files
committed
Commented exes item
1 parent f55e7f0 commit 49e77a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default{
4040
generateNewQrCode(){
4141
if(this.text.length > 0){
4242
this.newQrCodeImg = this.$config.secretText + this.text
43-
this.$store.state.newQrCodeUrl = this.newQrCodeImg
43+
// this.$store.state.newQrCodeUrl = this.newQrCodeImg
4444
notification['success']({
4545
message: 'Generated new QR-CODE successfully',
4646
duration: 3

0 commit comments

Comments
 (0)