fix 多余的 +
This commit is contained in:
parent
24602755cd
commit
12c65d5bcf
|
@ -33,7 +33,7 @@ export default {
|
|||
name: 'Page401',
|
||||
data() {
|
||||
return {
|
||||
errGif: errGif + '?' + +new Date(),
|
||||
errGif: errGif + '?' + new Date(),
|
||||
ewizardClap: 'https://wpimg.wallstcn.com/007ef517-bafd-4066-aae4-6883632d9646',
|
||||
dialogVisible: false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue