Commit 2aa9245c by 严立

更换专家注册下载文件 | 邮箱校验规则 | 备案跳转地址

parent b8ba49a5
Showing with 2 additions and 2 deletions
...@@ -35,7 +35,7 @@ let output = { ...@@ -35,7 +35,7 @@ let output = {
}, },
email: function (rule, value, callback) { email: function (rule, value, callback) {
let funcRegExp = new RegExp(/^[.A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/, 'ig') let funcRegExp = new RegExp(/^[.A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+$/, 'ig')
if (!funcRegExp.test(value)) { if (!funcRegExp.test(value)) {
callback(new Error(rule.message)) callback(new Error(rule.message))
return return
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<div class="record-info global-maxwidth row con-c align-c"> <div class="record-info global-maxwidth row con-c align-c">
<span>©2020</span> <span>©2020</span>
<span>建信发展(厦门)采购招标有限公司</span> <span>建信发展(厦门)采购招标有限公司</span>
<span><a href="http://www.beian.miit.gov.cn/" target="view_window">备案号:闽ICP备18026805号-4</a></span> <span><a href="https://beian.miit.gov.cn/" target="view_window">备案号:闽ICP备18026805号-4</a></span>
</div> </div>
</div> </div>
</template> </template>
......
No preview for this file type
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 sign in to comment