@@ -52,7 +52,7 @@ export default {
},
beforeMount() {
const qUrl = this.$route.query
- qUrl && qUrl.input && (this.input = qUrl.input)
+ qUrl && qUrl.text && (this.input = qUrl.text)
qUrl && qUrl.type && (this.type = qUrl.type)
methods: {