真实进度条+手机号校验

This commit is contained in:
2024-03-14 13:04:07 +08:00
parent e9e5edb52f
commit d38bb5f604
5 changed files with 2244 additions and 286 deletions

View File

@@ -1,10 +1,12 @@
<script type="text/javascript">
const baseUrl = 'http://59.110.212.44:9100/pb'
// function commonFun() {
// console.log("公共方法")
// }
export default {
baseUrl
//commonFun
}
<script type="text/javascript">
const baseUrl = "http://192.168.110.100:9200/pb"//张川川后端
// const baseUrl = 'http://59.110.212.44:9100/pb'
// const baseUrl = 'https://testapi.nuttyreading.com'
// function commonFun() {
// console.log("公共方法")
// }
export default {
baseUrl,
//commonFun
};
</script>