Commit 2091343d authored by qinj's avatar qinj

注册关闭

parent f28ef3d8
......@@ -473,9 +473,15 @@ export default {
this.$request(Customer.searchUrl, this.paramsToFormData(this.formData)).then((resp) => {
this.btnloading = false
this.$message.success('提交成功!')
setTimeout(() => {
this.$router.back()
}, 1000);
// var userAgent = navigator.userAgent;
// if (userAgent.indexOf("Firefox") != -1 || userAgent.indexOf("Chrome") != -1) {
// window.open('', '_self').close()
// } else {
this.$store.dispatch("tagsView/delView", this.$route);
this.$router.go(-1);
// }
// setTimeout(function(){
// console.log('延时两秒')
//    window.location.href="about:blank";
......
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