address-client 3.2.104-yangchun → 3.2.104
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 +185 -185
- package/build/versionCheck.js +31 -0
- package/package.json +101 -100
- package/src/components/AddAreaMsg.vue +7 -7
- package/src/components/AddCommunityManageMsg.vue +3 -3
- package/src/components/AddStreetManageMsg.vue +3 -3
- package/src/components/AddStreetOrPcd.vue +16 -21
- package/src/components/AddressAddAddress.vue +14 -14
- package/src/components/AddressFiles.vue +1 -1
- package/src/components/AddressList.vue +9 -9
- package/src/components/AddressTree.vue +5 -5
- package/src/components/AreaFiles.vue +1 -1
- package/src/components/AreaList.vue +5 -5
- package/src/components/AreaManage.vue +0 -4
- package/src/components/AreaTree.vue +5 -5
- package/src/components/Basch.vue +1 -1
- package/src/components/BatchOrders.vue +6 -6
- package/src/components/BuildingList.vue +2 -2
- package/src/components/CityList.vue +3 -3
- package/src/components/CommunityAreaList.vue +1 -1
- package/src/components/CommunityManageList.vue +4 -4
- package/src/components/NewAddressInfo.vue +4 -4
- package/src/components/StreetList.vue +241 -240
- package/src/components/StreetManageList.vue +4 -4
- package/src/components/UserAddress.vue +903 -903
- package/src/components/UserAddressChange.vue +1 -1
- package/src/components/selectAddress/BatchList.vue +6 -6
- package/src/filiale/WEINAN/AddAreaMsg.vue +5 -5
- package/src/filiale/WEINAN/AddressList.vue +9 -9
- package/src/filiale/WEINAN/AreaList.vue +435 -435
- package/src/filiale/WEINAN/AreaUserList.vue +3 -3
- package/src/filiale/WEINAN/UserAddress.vue +5 -5
- package/src/filiale/chengtou/UserAddress.vue +6 -6
- package/src/filiale/dongguan/AddStreetOrPcd.vue +6 -6
- package/src/filiale/gaomi/AddressList.vue +6 -6
- package/src/filiale/gaomi/UserAddress.vue +5 -5
- package/src/filiale/gongyi/AddAreaMsg.vue +4 -4
- package/src/filiale/gongyi/UserAddress.vue +5 -5
- package/src/filiale/haile/AddressList.vue +9 -9
- package/src/filiale/jingwei/UserAddress.vue +5 -5
- package/src/filiale/lixianV3/AreaList.vue +416 -416
- package/src/filiale/lixianV3/sale.js +12 -12
- package/src/filiale/macheng/AddAreaMsg.vue +4 -4
- package/src/filiale/macheng/AddStreetOrPcd.vue +3 -3
- package/src/filiale/macheng/AddressList.vue +9 -9
- package/src/filiale/macheng/AreaList.vue +4 -4
- package/src/filiale/macheng/StreetList.vue +3 -3
- package/src/filiale/macheng/UserAddress.vue +5 -5
- package/src/filiale/meihekou/UserAddress.vue +6 -6
- package/src/filiale/qianneng/AddAreaMsg.vue +7 -7
- package/src/filiale/qianneng/AddStreetOrPcd.vue +5 -5
- package/src/filiale/qianneng/AddressList.vue +10 -10
- package/src/filiale/qianneng/AreaList.vue +6 -6
- package/src/filiale/qianneng/UserAddress.vue +7 -7
- package/src/filiale/qinhua/AddAreaMsg.vue +7 -7
- package/src/filiale/qinhua/AddressList.vue +9 -9
- package/src/filiale/qinhua/AreaList.vue +6 -6
- package/src/filiale/qinhua/StreetList.vue +4 -4
- package/src/filiale/qinhua/UserAddress.vue +6 -6
- package/src/filiale/rizhao/UserAddress.vue +6 -6
- package/src/filiale/rongcheng/AddressList.vue +5 -5
- package/src/filiale/rongcheng/UserAddress.vue +5 -5
- package/src/filiale/shanggao/AddAreaMsg.vue +7 -7
- package/src/filiale/shanggao/AddStreetOrPcd.vue +5 -5
- package/src/filiale/shanggao/AddressList.vue +9 -9
- package/src/filiale/shanggao/AreaList.vue +6 -6
- package/src/filiale/shanggao/BuildingList.vue +2 -2
- package/src/filiale/shanggao/StreetList.vue +4 -4
- package/src/filiale/shanggao/UserAddress.vue +7 -7
- package/src/filiale/shanxian/AddAreaMsg.vue +7 -7
- package/src/filiale/shanxian/AddressList.vue +9 -9
- package/src/filiale/shanxian/AreaList.vue +6 -6
- package/src/filiale/shanxian/UserAddress.vue +6 -6
- package/src/filiale/shaoguan/AddAreaMsg.vue +4 -4
- package/src/filiale/shaoguan/UserAddress.vue +5 -5
- package/src/filiale/tongchuan/AddAreaMsg.vue +4 -4
- package/src/filiale/tongchuan/AddStreetOrPcd.vue +6 -6
- package/src/filiale/tongchuan/AddressList.vue +5 -5
- package/src/filiale/tongchuan/AreaList.vue +4 -4
- package/src/filiale/tongchuan/CityList.vue +3 -3
- package/src/filiale/tongchuan/StreetList.vue +4 -4
- package/src/filiale/tongchuan/UserAddress.vue +6 -6
- package/src/filiale/wuhai/UserAddress.vue +5 -5
- package/src/filiale/xinkang/AddAreaMsg.vue +8 -8
- package/src/filiale/xinkang/AreaList.vue +5 -5
- package/src/filiale/yangchun/AddAreaMsg.vue +756 -764
- package/src/filiale/yangchun/sale.js +7 -7
- package/src/filiale/zhongsheng/AddressList.vue +10 -10
- package/src/filiale/zhongsheng/AreaList.vue +7 -7
- package/src/filiale/zhongyi/AddAreaMsg.vue +7 -7
- package/src/filiale/zhoukou/AddAreaMsg.vue +5 -5
- package/src/filiale/zhoukou/AddressList.vue +5 -5
- package/src/filiale/zhoukou/AreaList.vue +4 -4
- package/src/filiale/zhoukou/UserAddress.vue +6 -6
- package/src/main.js +3 -3
package/build/dev-server.js
CHANGED
|
@@ -1,185 +1,185 @@
|
|
|
1
|
-
var express = require('express')
|
|
2
|
-
var webpack = require('webpack')
|
|
3
|
-
var config = require('./webpack.dev.conf')
|
|
4
|
-
var proxyMiddleware = require('http-proxy-middleware')
|
|
5
|
-
var httpProxy = require('http-proxy')
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//
|
|
13
|
-
|
|
14
|
-
var
|
|
15
|
-
var
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
target:
|
|
26
|
-
},
|
|
27
|
-
'/rs/
|
|
28
|
-
target:
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
target: 'http://127.0.0.1:8080
|
|
32
|
-
},
|
|
33
|
-
'/
|
|
34
|
-
target:
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
target:
|
|
38
|
-
},
|
|
39
|
-
'/rs/
|
|
40
|
-
target:
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
},
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
'/rs/logic
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
},
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
},
|
|
70
|
-
'/rs/
|
|
71
|
-
target:
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
var devMiddleware = require('webpack-dev-middleware')(compiler, {
|
|
107
|
-
publicPath: config.output.publicPath,
|
|
108
|
-
stats: {
|
|
109
|
-
colors: true,
|
|
110
|
-
chunks: false
|
|
111
|
-
}
|
|
112
|
-
})
|
|
113
|
-
|
|
114
|
-
var hotMiddleware = require('webpack-hot-middleware')(compiler)
|
|
115
|
-
// force page reload when html-webpack-plugin template changes
|
|
116
|
-
compiler.plugin('compilation', function (compilation) {
|
|
117
|
-
compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
|
|
118
|
-
hotMiddleware.publish({ action: 'reload' })
|
|
119
|
-
cb()
|
|
120
|
-
})
|
|
121
|
-
})
|
|
122
|
-
|
|
123
|
-
// proxy api requests
|
|
124
|
-
Object.keys(proxyTable).forEach(function (context) {
|
|
125
|
-
var options = proxyTable[context]
|
|
126
|
-
if (typeof options === 'string') {
|
|
127
|
-
options = { target: options }
|
|
128
|
-
}
|
|
129
|
-
app.use(proxyMiddleware(context, options))
|
|
130
|
-
})
|
|
131
|
-
|
|
132
|
-
// handle fallback for HTML5 history API
|
|
133
|
-
app.use(require('connect-history-api-fallback')())
|
|
134
|
-
|
|
135
|
-
// serve webpack bundle output
|
|
136
|
-
app.use(devMiddleware)
|
|
137
|
-
|
|
138
|
-
// enable hot-reload and state-preserving
|
|
139
|
-
// compilation error display
|
|
140
|
-
app.use(hotMiddleware)
|
|
141
|
-
|
|
142
|
-
// serve pure static assets
|
|
143
|
-
app.use('/static', express.static('./static'))
|
|
144
|
-
|
|
145
|
-
// app.all('/rs/*', function (req, res) {
|
|
146
|
-
// proxy.web(req, res, {
|
|
147
|
-
// target: 'http://127.0.0.1:8081/reports'
|
|
148
|
-
// })
|
|
149
|
-
// })
|
|
150
|
-
|
|
151
|
-
// app.all('/rs/*', function (req, res) {
|
|
152
|
-
// proxy.web(req, res, {
|
|
153
|
-
// target: 'http://127.0.0.1:8081/ldap'
|
|
154
|
-
// })
|
|
155
|
-
// })
|
|
156
|
-
// app.all('/excel/*', function (req, res) {
|
|
157
|
-
// proxy.web(req, res, {
|
|
158
|
-
// target: 'http://127.0.0.1:8081/charge'
|
|
159
|
-
// })
|
|
160
|
-
// })
|
|
161
|
-
|
|
162
|
-
// app.all('/rs/*', function (req, res) {
|
|
163
|
-
// proxy.web(req, res, {
|
|
164
|
-
// target: 'http://127.0.0.1:82/charge'
|
|
165
|
-
// })
|
|
166
|
-
// })
|
|
167
|
-
|
|
168
|
-
// app.all('/*', function (req, res) {
|
|
169
|
-
// proxy.web(req, res, {
|
|
170
|
-
// target: 'http://127.0.0.1:82'
|
|
171
|
-
// })
|
|
172
|
-
// })
|
|
173
|
-
// app.all('/rs/user', function (req, res) {
|
|
174
|
-
// proxy.web(req, res, {
|
|
175
|
-
// target: 'http://127.0.0.1:82'
|
|
176
|
-
// })
|
|
177
|
-
// })
|
|
178
|
-
|
|
179
|
-
module.exports = app.listen(8085, function (err) {
|
|
180
|
-
if (err) {
|
|
181
|
-
console.log(err)
|
|
182
|
-
return
|
|
183
|
-
}
|
|
184
|
-
console.log('Listening at http://localhost:8085')
|
|
185
|
-
})
|
|
1
|
+
var express = require('express')
|
|
2
|
+
var webpack = require('webpack')
|
|
3
|
+
var config = require('./webpack.dev.conf')
|
|
4
|
+
var proxyMiddleware = require('http-proxy-middleware')
|
|
5
|
+
var httpProxy = require('http-proxy')
|
|
6
|
+
var checkVersion = require('./versionCheck.js')
|
|
7
|
+
checkVersion()
|
|
8
|
+
var app = express()
|
|
9
|
+
var compiler = webpack(config)
|
|
10
|
+
var proxy = httpProxy.createProxyServer()
|
|
11
|
+
|
|
12
|
+
// Define HTTP proxies to your custom API backend
|
|
13
|
+
// https://github.com/chimurai/http-proxy-middleware
|
|
14
|
+
var str = 'http://192.168.50.4:8400', str2= 'http://192.168.50.4:8400'
|
|
15
|
+
var str3= 'http://192.168.50.4:8400'
|
|
16
|
+
var proxyTable = {
|
|
17
|
+
'/api/af-auth': {
|
|
18
|
+
target: str
|
|
19
|
+
},
|
|
20
|
+
'/api/af-system': {
|
|
21
|
+
target: str
|
|
22
|
+
},
|
|
23
|
+
'/api/af-revenue': {
|
|
24
|
+
pathRewrite: {'/api/af-revenue': '/'},
|
|
25
|
+
target: 'http://127.0.0.1:9026'
|
|
26
|
+
},
|
|
27
|
+
'/rs/entity': {
|
|
28
|
+
target: str
|
|
29
|
+
// secure:true,
|
|
30
|
+
// changeOrigin:true
|
|
31
|
+
// target: 'http://127.0.0.1:8080'
|
|
32
|
+
},
|
|
33
|
+
'/webapps':{
|
|
34
|
+
target: str3,
|
|
35
|
+
secure:true,
|
|
36
|
+
changeOrigin:true
|
|
37
|
+
// target: 'http://127.0.0.1:8080'
|
|
38
|
+
},
|
|
39
|
+
'/rs/logic/getLogin': {
|
|
40
|
+
target: str3,
|
|
41
|
+
secure:true,
|
|
42
|
+
changeOrigin:true
|
|
43
|
+
},
|
|
44
|
+
'/rs/logic/getInitData': {
|
|
45
|
+
target: str3,
|
|
46
|
+
secure:true,
|
|
47
|
+
changeOrigin:true,
|
|
48
|
+
},
|
|
49
|
+
'/rs/logic/getSaleInitData': {
|
|
50
|
+
target: str3,
|
|
51
|
+
secure:true,
|
|
52
|
+
changeOrigin:true
|
|
53
|
+
},
|
|
54
|
+
// '/rs/logic':{
|
|
55
|
+
// target: str3,
|
|
56
|
+
// secure:true,
|
|
57
|
+
// changeOrigin:true
|
|
58
|
+
// // target: 'http://127.0.0.1:8080'
|
|
59
|
+
// },
|
|
60
|
+
'/rs/vue': {
|
|
61
|
+
target: str3,
|
|
62
|
+
secure:true,
|
|
63
|
+
changeOrigin:true
|
|
64
|
+
},
|
|
65
|
+
'/rs/user': {
|
|
66
|
+
target: str3,
|
|
67
|
+
secure:true,
|
|
68
|
+
changeOrigin:true
|
|
69
|
+
},
|
|
70
|
+
'/rs/db': {
|
|
71
|
+
target: str3,
|
|
72
|
+
secure:true,
|
|
73
|
+
changeOrigin:true
|
|
74
|
+
},
|
|
75
|
+
'/rs/search': {
|
|
76
|
+
target: str3,
|
|
77
|
+
secure:true,
|
|
78
|
+
changeOrigin:true
|
|
79
|
+
// target: 'http://127.0.0.1:8080'
|
|
80
|
+
},
|
|
81
|
+
'/rs/data': {
|
|
82
|
+
target: str3,
|
|
83
|
+
secure:true,
|
|
84
|
+
changeOrigin:true
|
|
85
|
+
},
|
|
86
|
+
'/rs/sql': {
|
|
87
|
+
target: str
|
|
88
|
+
// secure: true,
|
|
89
|
+
// changeOrigin:true
|
|
90
|
+
// target: 'http://127.0.0.1:8080'
|
|
91
|
+
},
|
|
92
|
+
'/rs/logic': {
|
|
93
|
+
target: str
|
|
94
|
+
// secure: true,
|
|
95
|
+
// changeOrigin:true
|
|
96
|
+
// target: 'http://127.0.0.1:8080'
|
|
97
|
+
},
|
|
98
|
+
'/rs': {
|
|
99
|
+
// target: 'http://192.168.50.199:8300'
|
|
100
|
+
target: str3,
|
|
101
|
+
secure:true,
|
|
102
|
+
changeOrigin:true
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
var devMiddleware = require('webpack-dev-middleware')(compiler, {
|
|
107
|
+
publicPath: config.output.publicPath,
|
|
108
|
+
stats: {
|
|
109
|
+
colors: true,
|
|
110
|
+
chunks: false
|
|
111
|
+
}
|
|
112
|
+
})
|
|
113
|
+
|
|
114
|
+
var hotMiddleware = require('webpack-hot-middleware')(compiler)
|
|
115
|
+
// force page reload when html-webpack-plugin template changes
|
|
116
|
+
compiler.plugin('compilation', function (compilation) {
|
|
117
|
+
compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
|
|
118
|
+
hotMiddleware.publish({ action: 'reload' })
|
|
119
|
+
cb()
|
|
120
|
+
})
|
|
121
|
+
})
|
|
122
|
+
|
|
123
|
+
// proxy api requests
|
|
124
|
+
Object.keys(proxyTable).forEach(function (context) {
|
|
125
|
+
var options = proxyTable[context]
|
|
126
|
+
if (typeof options === 'string') {
|
|
127
|
+
options = { target: options }
|
|
128
|
+
}
|
|
129
|
+
app.use(proxyMiddleware(context, options))
|
|
130
|
+
})
|
|
131
|
+
|
|
132
|
+
// handle fallback for HTML5 history API
|
|
133
|
+
app.use(require('connect-history-api-fallback')())
|
|
134
|
+
|
|
135
|
+
// serve webpack bundle output
|
|
136
|
+
app.use(devMiddleware)
|
|
137
|
+
|
|
138
|
+
// enable hot-reload and state-preserving
|
|
139
|
+
// compilation error display
|
|
140
|
+
app.use(hotMiddleware)
|
|
141
|
+
|
|
142
|
+
// serve pure static assets
|
|
143
|
+
app.use('/static', express.static('./static'))
|
|
144
|
+
|
|
145
|
+
// app.all('/rs/*', function (req, res) {
|
|
146
|
+
// proxy.web(req, res, {
|
|
147
|
+
// target: 'http://127.0.0.1:8081/reports'
|
|
148
|
+
// })
|
|
149
|
+
// })
|
|
150
|
+
|
|
151
|
+
// app.all('/rs/*', function (req, res) {
|
|
152
|
+
// proxy.web(req, res, {
|
|
153
|
+
// target: 'http://127.0.0.1:8081/ldap'
|
|
154
|
+
// })
|
|
155
|
+
// })
|
|
156
|
+
// app.all('/excel/*', function (req, res) {
|
|
157
|
+
// proxy.web(req, res, {
|
|
158
|
+
// target: 'http://127.0.0.1:8081/charge'
|
|
159
|
+
// })
|
|
160
|
+
// })
|
|
161
|
+
|
|
162
|
+
// app.all('/rs/*', function (req, res) {
|
|
163
|
+
// proxy.web(req, res, {
|
|
164
|
+
// target: 'http://127.0.0.1:82/charge'
|
|
165
|
+
// })
|
|
166
|
+
// })
|
|
167
|
+
|
|
168
|
+
// app.all('/*', function (req, res) {
|
|
169
|
+
// proxy.web(req, res, {
|
|
170
|
+
// target: 'http://127.0.0.1:82'
|
|
171
|
+
// })
|
|
172
|
+
// })
|
|
173
|
+
// app.all('/rs/user', function (req, res) {
|
|
174
|
+
// proxy.web(req, res, {
|
|
175
|
+
// target: 'http://127.0.0.1:82'
|
|
176
|
+
// })
|
|
177
|
+
// })
|
|
178
|
+
|
|
179
|
+
module.exports = app.listen(8085, function (err) {
|
|
180
|
+
if (err) {
|
|
181
|
+
console.log(err)
|
|
182
|
+
return
|
|
183
|
+
}
|
|
184
|
+
console.log('Listening at http://localhost:8085')
|
|
185
|
+
})
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
function isVersionGreaterThan (version1, version2) {
|
|
2
|
+
const v1parts = version1.split('.')
|
|
3
|
+
const v2parts = version2.split('.')
|
|
4
|
+
let flag = false
|
|
5
|
+
for (let i = 0; i < v1parts.length; ++i) {
|
|
6
|
+
if (v1parts[i] > v2parts[i]) {
|
|
7
|
+
flag = true
|
|
8
|
+
break
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
return flag
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
const pkg = require('../package.json')
|
|
16
|
+
const checkVersion = () => {
|
|
17
|
+
console.log('\x1b[48;5;88m\x1b[1m\x1b[37m%s\x1b[0m', '请注意:当前使用的 addressclient 版本, 会发送 api/af-revenue/sql ,api/af-revenue/logic 到v4 服务')
|
|
18
|
+
const {devDependencies} = pkg
|
|
19
|
+
if (devDependencies && devDependencies['system-clients']) {
|
|
20
|
+
if (isVersionGreaterThan(devDependencies['system-clients'], '3.2.87')) {
|
|
21
|
+
console.log('\x1b[48;5;88m\x1b[1m\x1b[37m%s\x1b[0m', '请注意:当前使用的 systemClients 版本不兼容旧版登录')
|
|
22
|
+
console.log('\x1b[48;5;88m\x1b[1m\x1b[37m%s\x1b[0m', '登录是会发送 api/af-auth 请求')
|
|
23
|
+
console.log('\x1b[48;5;88m\x1b[1m\x1b[37m%s\x1b[0m', '请转发到公司 v4 测试地址或者客户 v4 网关')
|
|
24
|
+
console.log('\x1b[48;5;88m\x1b[1m\x1b[37m%s\x1b[0m', '如不使用新版登录,请降级 system-clients 版本到 3.2.87')
|
|
25
|
+
console.log('\x1b[48;5;88m\x1b[1m\x1b[37m%s\x1b[0m', '请查看营收后台升级日志:' +
|
|
26
|
+
'http://aote-office.8866.org:31467/sale-doc-web/V4Product/%E8%90%A5%E6%94%B6%E5%90%8E%E5%8F%B0%E6%94%B9%E9%80%A0%E8%AF%B4%E6%98%8E')
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
module.exports = checkVersion
|
package/package.json
CHANGED
|
@@ -1,100 +1,101 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "address-client",
|
|
3
|
-
"version": "3.2.104
|
|
4
|
-
"description": "地址管理前台组件",
|
|
5
|
-
"author": "wanbochao",
|
|
6
|
-
"license": "ISC",
|
|
7
|
-
"main": "src/index.js",
|
|
8
|
-
"keywords": [
|
|
9
|
-
"sale"
|
|
10
|
-
],
|
|
11
|
-
"scripts": {
|
|
12
|
-
"unit": "karma start test/unit/karma.conf.js",
|
|
13
|
-
"example": "node build/example-server.js",
|
|
14
|
-
"dev": "node build/dev-server.js",
|
|
15
|
-
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
|
16
|
-
"build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
|
17
|
-
"e2e": "node test/e2e/runner.js",
|
|
18
|
-
"make": "rimraf dist-android && mkdirp dist-android && ncp static dist-android/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prodandroid.conf.js && publish",
|
|
19
|
-
"release": "bash build/release.sh"
|
|
20
|
-
},
|
|
21
|
-
"repository": {
|
|
22
|
-
"type": "git",
|
|
23
|
-
"url": "https://gitee.com/aote/address_management.git"
|
|
24
|
-
},
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"babel-
|
|
32
|
-
"babel-
|
|
33
|
-
"babel-
|
|
34
|
-
"babel-preset-
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"cross-
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"eslint
|
|
44
|
-
"eslint-
|
|
45
|
-
"eslint-
|
|
46
|
-
"eslint-
|
|
47
|
-
"eslint-plugin-
|
|
48
|
-
"eslint-plugin-
|
|
49
|
-
"eslint-plugin-
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"karma
|
|
64
|
-
"karma-
|
|
65
|
-
"karma-
|
|
66
|
-
"karma-
|
|
67
|
-
"karma-
|
|
68
|
-
"karma-
|
|
69
|
-
"karma-
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"sinon
|
|
79
|
-
"
|
|
80
|
-
"style
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"vue-
|
|
86
|
-
"vue-
|
|
87
|
-
"vue-loader": "^
|
|
88
|
-
"vue-
|
|
89
|
-
"vue-
|
|
90
|
-
"vue-
|
|
91
|
-
"vue-
|
|
92
|
-
"vue-
|
|
93
|
-
"
|
|
94
|
-
"webpack
|
|
95
|
-
"webpack-
|
|
96
|
-
"webpack-
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
|
|
100
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "address-client",
|
|
3
|
+
"version": "3.2.104",
|
|
4
|
+
"description": "地址管理前台组件",
|
|
5
|
+
"author": "wanbochao",
|
|
6
|
+
"license": "ISC",
|
|
7
|
+
"main": "src/index.js",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"sale"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"unit": "karma start test/unit/karma.conf.js",
|
|
13
|
+
"example": "node build/example-server.js",
|
|
14
|
+
"dev": "node build/dev-server.js",
|
|
15
|
+
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
|
16
|
+
"build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
|
17
|
+
"e2e": "node test/e2e/runner.js",
|
|
18
|
+
"make": "rimraf dist-android && mkdirp dist-android && ncp static dist-android/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prodandroid.conf.js && publish",
|
|
19
|
+
"release": "bash build/release.sh"
|
|
20
|
+
},
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "https://gitee.com/aote/address_management.git"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"crypto-js": "^4.1.1",
|
|
27
|
+
"less-loader": "^2.2.3",
|
|
28
|
+
"vue": "^1.0.17"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"babel-core": "^6.0.0",
|
|
32
|
+
"babel-loader": "^6.0.0",
|
|
33
|
+
"babel-plugin-transform-runtime": "^6.0.0",
|
|
34
|
+
"babel-preset-es2015": "^6.0.0",
|
|
35
|
+
"babel-preset-stage-2": "^6.0.0",
|
|
36
|
+
"chai": "^3.5.0",
|
|
37
|
+
"co": "^4.6.0",
|
|
38
|
+
"connect-history-api-fallback": "^1.1.0",
|
|
39
|
+
"cross-env": "^1.0.7",
|
|
40
|
+
"cross-spawn": "^2.1.5",
|
|
41
|
+
"css-loader": "^0.23.0",
|
|
42
|
+
"echarts": "^4.1.0",
|
|
43
|
+
"eslint": "^2.0.0",
|
|
44
|
+
"eslint-config-standard": "^5.1.0",
|
|
45
|
+
"eslint-friendly-formatter": "^1.2.2",
|
|
46
|
+
"eslint-loader": "^1.3.0",
|
|
47
|
+
"eslint-plugin-html": "^1.3.0",
|
|
48
|
+
"eslint-plugin-promise": "^1.0.8",
|
|
49
|
+
"eslint-plugin-standard": "^1.3.2",
|
|
50
|
+
"eslint-plugin-vue": "^0.1.1",
|
|
51
|
+
"eventsource-polyfill": "^0.9.6",
|
|
52
|
+
"express": "^4.13.3",
|
|
53
|
+
"extract-text-webpack-plugin": "^1.0.1",
|
|
54
|
+
"file-loader": "^0.8.4",
|
|
55
|
+
"function-bind": "^1.0.2",
|
|
56
|
+
"html-webpack-plugin": "^2.8.1",
|
|
57
|
+
"http-proxy-middleware": "^0.11.0",
|
|
58
|
+
"inject-loader": "^2.0.1",
|
|
59
|
+
"isparta-loader": "^2.0.0",
|
|
60
|
+
"jasmine-core": "^2.4.1",
|
|
61
|
+
"jquery": "^3.3.1",
|
|
62
|
+
"json-loader": "^0.5.4",
|
|
63
|
+
"karma": "^1.4.1",
|
|
64
|
+
"karma-chrome-launcher": "^2.2.0",
|
|
65
|
+
"karma-coverage": "^1.1.1",
|
|
66
|
+
"karma-mocha": "^1.3.0",
|
|
67
|
+
"karma-sinon-chai": "^1.3.1",
|
|
68
|
+
"karma-sourcemap-loader": "^0.3.7",
|
|
69
|
+
"karma-spec-reporter": "0.0.31",
|
|
70
|
+
"karma-webpack": "^2.0.2",
|
|
71
|
+
"less": "^2.7.3",
|
|
72
|
+
"mkdirp": "^0.5.1",
|
|
73
|
+
"mocha": "^3.2.0",
|
|
74
|
+
"ncp": "^2.0.0",
|
|
75
|
+
"rimraf": "^2.5.0",
|
|
76
|
+
"sale-client": "3.2.11-17",
|
|
77
|
+
"selenium-server": "2.52.0",
|
|
78
|
+
"sinon": "^2.1.0",
|
|
79
|
+
"sinon-chai": "^2.8.0",
|
|
80
|
+
"style": "0.0.3",
|
|
81
|
+
"style-loader": "^0.20.3",
|
|
82
|
+
"ldap-clients": "3.0.48",
|
|
83
|
+
"system-clients": "3.2.95",
|
|
84
|
+
"url-loader": "^0.5.7",
|
|
85
|
+
"vue-client": "1.24.150",
|
|
86
|
+
"vue-hot-reload-api": "^1.2.0",
|
|
87
|
+
"vue-html-loader": "^1.0.0",
|
|
88
|
+
"vue-loader": "^8.2.1",
|
|
89
|
+
"vue-resource": "^1.5.0",
|
|
90
|
+
"vue-router": "^0.7.13",
|
|
91
|
+
"vue-strap": "^1.0.9",
|
|
92
|
+
"vue-style-loader": "^1.0.0",
|
|
93
|
+
"vue-validator": "2.1.7",
|
|
94
|
+
"webpack": "^1.12.2",
|
|
95
|
+
"webpack-dev-middleware": "^1.4.0",
|
|
96
|
+
"webpack-hot-middleware": "^2.6.0",
|
|
97
|
+
"webpack-merge": "^0.8.3",
|
|
98
|
+
"jsencrypt": "3.0.0-rc.1",
|
|
99
|
+
"axios": "0.15.3"
|
|
100
|
+
}
|
|
101
|
+
}
|