Merge branch 'master' of https://github.com/wzc570738205/smartParsePro
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# 智能识别收货地址Pro(支持vue)/省市区街道四级联动(支持省市区县街道/姓名/电话/邮编/身份证号码识别)
|
||||
### 文档地址:[gitee](http://wzhichao.gitee.io/smartParse) | [语雀](https://www.yuque.com/books/share/72418abc-287d-4a67-ae3c-dad10928c631?#)
|
||||
|
||||
### 在线预览: [示例一](https://wangzc.wang/smartParsePro/) | [示例二](http://wzhichao.gitee.io/smartparse/#/smartParse/smartParse/example1)
|
||||
### 在线预览: [示例一](https://wangzc.wang/smartParsePro/) | [示例二](http://wzhichao.gitee.io/smartparse/#/smartParse/smartParse/example1) | [备用地址1](http://wzhichao.gitee.io/smartparsepro/)
|
||||
|
||||
|
||||
### 交流Q群:[749539640](https://jq.qq.com/?_wv=1027&k=55bQp1O)
|
||||
|
||||
@@ -136,8 +136,8 @@
|
||||
$("#value").html(html); */
|
||||
|
||||
axios({
|
||||
method: "post",
|
||||
url: "https://wangzc.wang/smAddress",
|
||||
method: 'post',
|
||||
url: 'http://localhost:1399',
|
||||
data: {
|
||||
address: $('#textarea').val(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user