apply-clients 3.4.83-1 → 3.4.84-1
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 +4 -4
- package/package.json +2 -1
- package/src/components/product/Process/ExplorationSelect.vue +485 -485
- package/src/filiale/shexian/android/AppExplorationUser.vue +631 -622
- package/src/filiale/shexian/android/AppInstallationDetails.vue +498 -498
- package/src/filiale/shexian/android/AppServiceView.vue +745 -745
- package/src/filiale/shexian/pc/InstallationDetails.vue +614 -614
- package/src/filiale/shexian/pc/ServiceView.vue +1022 -1020
- package/src/main.js +1 -1
package/build/dev-server.js
CHANGED
|
@@ -8,8 +8,8 @@ var compiler = webpack(config)
|
|
|
8
8
|
// var proxy = httpProxy.createProxyServer()
|
|
9
9
|
// var ldap = 'http://121.36.79.201:8400'
|
|
10
10
|
// var applyinstall = 'http://121.36.79.201:8400'
|
|
11
|
-
var ldap = 'http://
|
|
12
|
-
var applyinstall = 'http://
|
|
11
|
+
var ldap = 'http://221.193.244.147:8400'
|
|
12
|
+
var applyinstall = 'http://221.193.244.147:8400'
|
|
13
13
|
|
|
14
14
|
var proxyTable = {
|
|
15
15
|
'/rs/logic/getSaleInitData': {
|
|
@@ -110,10 +110,10 @@ app.use(hotMiddleware)
|
|
|
110
110
|
// serve pure static assets
|
|
111
111
|
app.use('/static', express.static('./static'))
|
|
112
112
|
|
|
113
|
-
module.exports = app.listen(
|
|
113
|
+
module.exports = app.listen(8300, function (err) {
|
|
114
114
|
if (err) {
|
|
115
115
|
console.log(err)
|
|
116
116
|
return
|
|
117
117
|
}
|
|
118
|
-
console.log('Listening at http://localhost:
|
|
118
|
+
console.log('Listening at http://localhost:8300')
|
|
119
119
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apply-clients",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.84-1",
|
|
4
4
|
"description": "报建前端模块",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"directories": {
|
|
@@ -92,6 +92,7 @@
|
|
|
92
92
|
"selenium-server": "2.52.0",
|
|
93
93
|
"sinon": "^2.1.0",
|
|
94
94
|
"sinon-chai": "^2.8.0",
|
|
95
|
+
"safecheck-client": "3.0.25-31",
|
|
95
96
|
"style": "0.0.3",
|
|
96
97
|
"style-loader": "^0.20.3",
|
|
97
98
|
"system-clients": "3.2.63",
|