address-client 3.2.98 → 3.2.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/dev-server.js +2 -2
- package/package.json +1 -1
- package/src/components/UserAddress.vue +903 -898
- package/src/main.js +1 -1
package/build/dev-server.js
CHANGED
|
@@ -10,8 +10,8 @@ var proxy = httpProxy.createProxyServer()
|
|
|
10
10
|
|
|
11
11
|
// Define HTTP proxies to your custom API backend
|
|
12
12
|
// https://github.com/chimurai/http-proxy-middleware
|
|
13
|
-
var str = 'http://
|
|
14
|
-
var str3= 'http://
|
|
13
|
+
var str = 'http://61.134.49.146:8400/#', str2= 'http://61.134.49.146:8400/#'
|
|
14
|
+
var str3= 'http://61.134.49.146:8400/#'
|
|
15
15
|
var proxyTable = {
|
|
16
16
|
'/rs/entity': {
|
|
17
17
|
target: str
|