摘要:
1.html代码 2.methods代码 1 methods:{ 2 showYz(){ 3 var re=/^((13[0-9])|(14[0-9])|(15[0-9])|(16[0-9])|(17[0-9])|(18[0-9])|(19[0-9]))\d{8}$/; //正则判断手机号格式是否正 阅读全文
摘要:
一、axios.js文件中 1.//axios 默认配置 axios.defaults.timeout = 50000; // 超时时间 axios.defaults.baseURL = constant.OA_URL; // 默认地址 axios.defaults.responseType = ' 阅读全文
摘要:
1.在父组件中 <template> <div class="app"> <Button @click="filterShow=true">控制组件的显隐</Button> <child :filterShow="filterShow" @getState="getType"></child> </ 阅读全文