From edebab5997d534f4c33d57233394fb702de38ed9 Mon Sep 17 00:00:00 2001
From: wuxw7 <wuxw7@asiainfo.com>
Date: 星期六, 23 三月 2019 18:00:48 +0800
Subject: [PATCH] 开发注册功能
---
WebService/src/main/resources/components/validate-code/validate-code.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebService/src/main/resources/components/validate_code/validate-code.js b/WebService/src/main/resources/components/validate-code/validate-code.js
similarity index 94%
rename from WebService/src/main/resources/components/validate_code/validate-code.js
rename to WebService/src/main/resources/components/validate-code/validate-code.js
index 2547009..308db1d 100644
--- a/WebService/src/main/resources/components/validate_code/validate-code.js
+++ b/WebService/src/main/resources/components/validate-code/validate-code.js
@@ -17,7 +17,7 @@
var validateParam = {
validateCode:vc.component.validateCode
};
- vc.component.$emit('login_param_change_event',validateParam);
+ vc.component.$emit('validate_code_component_param_change_event',validateParam);
}
},
methods:{
--
Gitblit v1.8.0