修复选择地址回显的问题

This commit is contained in:
Gao xiaosong
2021-11-07 23:51:59 +08:00
parent 0a13a11ec6
commit 5e8f7befd9
3 changed files with 201 additions and 164 deletions

View File

@ -166,7 +166,7 @@
"devServer": {
"disableHostCheck": true,
"proxy": {
"/api": {
"^/api": {
"target": "https://wxapi.yixiang.co",
"changeOrigin": true,
"secure": true,