|
@@ -52,7 +52,7 @@ export default {
|
|
},
|
|
},
|
|
beforeMount() {
|
|
beforeMount() {
|
|
const qUrl = this.$route.query
|
|
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)
|
|
qUrl && qUrl.type && (this.type = qUrl.type)
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|