Commit e26f2b10 authored by 5359's avatar 5359

生产环境配置

parent 1ef311ff
<template>
<div class="wrap" >
<div class="hello display_flex justify-content_flex-center align-items_center"><h2>升级中</h2></div>
<Footer />
</div>
</template>
<script>
export default {
name: 'HelloWorld',
data () {
return {
wh: 0
}
},
components: {
},
created(){
}
}
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>
.hello{text-align:center;height:calc(100% - 3.38rem);}
</style>
......@@ -236,7 +236,7 @@ export default {
phoneNumber: function (str) {
// ^((13[0-9])|(14[5,7])|(15[0-3,5-9])|(17[0,3,5-8])|(18[0-9])|166|198|199|(147))\\d{8}$
let reg = /^((13[0-9]{1})|(14[0-9]{1})|(15[0-9]{1})|(17[0-9]{1})|(18[0-9]{1})|166|198|199|(147))+\d{8}$/
let reg = /^((13[0-9]{1})|(14[0-9]{1})|(15[0-9]{1})|(17[0-9]{1})|(18[0-9]{1})|(19[0-9]{1})|166|198|199|(147))+\d{8}$/
return reg.test(str)
},
/**
......
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