Commit e8041383 authored by 赵啸非's avatar 赵啸非

修改站点请求地址

parent 9ae55436
......@@ -272,7 +272,8 @@ export default {
},
onSubmit() {
let { path, query } = this.$route;
let data = this.decode(this.form);
let temp=Object.assign({}, this.form);
let data = this.decode(temp);
this.$router.push({
path: path,
query: Object.assign({}, query, data),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment