diff --git a/README.md b/README.md index 2acc542..c6b4e4d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/index.html b/index.html index 0f611fe..176ccfa 100644 --- a/index.html +++ b/index.html @@ -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(), },