apply-clients 7.1.36-yuchuan-13 → 7.1.36-yuchuan-15
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/android.html +28 -28
- package/build/dev-server.js +172 -190
- package/index.html +39 -39
- package/package.json +2 -3
- package/src/apply.js +162 -162
- package/src/applyAndroid.js +97 -97
- package/src/components/android/AppSign.vue +0 -1
- package/src/components/android/AppUpload.vue +275 -275
- package/src/components/android/Ignition/VentilationIgnition.vue +1 -1
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +1 -1
- package/src/components/android/Process/AppExplorationUser.vue +2 -2
- package/src/components/android/Process/AppServiceControl.vue +6 -6
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +2 -2
- package/src/components/android/Sign/AppSignTask.vue +1 -1
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +1 -1
- package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +2 -2
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +2 -2
- package/src/components/android/Task/yiban/AppShowDone.vue +2 -2
- package/src/components/android/Task/yiban/ShowDone.vue +95 -95
- package/src/components/android/Task/yiban/satisfactionShow.vue +166 -166
- package/src/components/android/newPackage/customerServiceManager.vue +1 -1
- package/src/components/android/newPackage/projectPrice.vue +1 -1
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +1101 -1101
- package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianViewList.vue +272 -272
- package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -236
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +2 -2
- package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +1 -1
- package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
- package/src/components/product/ApplyMap/AMapLocation.vue +870 -870
- package/src/components/product/ApplyMap/AmapUtil.js +37 -37
- package/src/components/product/ApplyMap/ApplyDragaboutList.vue +223 -223
- package/src/components/product/ApplyMap/ApplyInputSearch.vue +212 -212
- package/src/components/product/ApplyMap/ApplyMapCom.vue +82 -82
- package/src/components/product/ApplyMap/ApplyMapInputSearch.vue +335 -335
- package/src/components/product/ApplyMap/ApplyMapLocation.vue +862 -862
- package/src/components/product/Function/InstallFunction.vue +1 -1
- package/src/components/product/Function/InstallInfoSelect.vue +2 -2
- package/src/components/product/Function/Service/FunctionServiceControl.vue +586 -586
- package/src/components/product/GongJianPush/ApplyPushManage.vue +91 -91
- package/src/components/product/Ignition/IgnitionListManage.vue +602 -602
- package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
- package/src/components/product/List/OldShowDevices.vue +2 -2
- package/src/components/product/List/ShowAllActivity.vue +2 -2
- package/src/components/product/List/ShowDevices.vue +2 -2
- package/src/components/product/Process/ExplorationSelect.vue +2 -2
- package/src/components/product/Process/ExplorationUser.vue +1 -1
- package/src/components/product/Process/New1ExplorationUser.vue +2 -2
- package/src/components/product/Process/NewExplorationSelect.vue +2 -2
- package/src/components/product/Process/NewExplorationUser.vue +1 -1
- package/src/components/product/Process/Processes/InstallationDetails.vue +4 -4
- package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
- package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
- package/src/components/product/Process/Processes/chargeManagement.vue +704 -704
- package/src/components/product/Process/Processes/devicesManagement.vue +393 -393
- package/src/components/product/Process/Processes/newDevicesManagement.vue +413 -413
- package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +2 -2
- package/src/components/product/Process/Processes/selectOldUserinfo.vue +2 -2
- package/src/components/product/Process/Processes/selectUserinfo.vue +3 -3
- package/src/components/product/Process/Service/ServiceControl.vue +6 -6
- package/src/components/product/ServiceView.vue +644 -644
- package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -175
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +1 -1
- package/src/components/product/Supervisory/SupervisoryControl.vue +116 -116
- package/src/components/product/Supervisory/SupervisoryList.vue +2 -2
- package/src/components/product/Supervisory/SupervisoryhCart.vue +119 -119
- package/src/components/product/Supervisory/YiBanSupervisoryList.vue +2 -2
- package/src/components/product/VueUtils/ApplyUpload.vue +285 -294
- package/src/components/product/records/AdjustmentRecordList.vue +162 -162
package/android.html
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="zh-CN">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
6
|
-
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
|
|
7
|
-
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
|
|
8
|
-
<META HTTP-EQUIV="expires" CONTENT="0">
|
|
9
|
-
<title>移动报建系统</title>
|
|
10
|
-
<script type="text/javascript">
|
|
11
|
-
window._AMapSecurityConfig = {
|
|
12
|
-
serviceHost: 'http://61.134.61.238:8555/_AMapService'
|
|
13
|
-
// 例如 :serviceHost:'http://1.1.1.1:80/_AMapService',
|
|
14
|
-
}
|
|
15
|
-
</script>
|
|
16
|
-
<script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=aa8b7c6a524337cb733152217fc1e52b"></script>
|
|
17
|
-
<!--引入UI组件库(1.1版本) -->
|
|
18
|
-
<script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
|
|
19
|
-
<style media="screen">
|
|
20
|
-
/*url(./static/newmainbg.jpg)*/
|
|
21
|
-
body{width: 100%;background:#7f8eaf no-repeat center bottom; background-size: cover;}
|
|
22
|
-
body .loginbg{ width:100%; height:100%; background:url(./static/loginbg.jpg) no-repeat center top;}
|
|
23
|
-
</style>
|
|
24
|
-
</head>
|
|
25
|
-
<body>
|
|
26
|
-
<android-app></android-app>
|
|
27
|
-
</body>
|
|
28
|
-
</html>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="zh-CN">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
6
|
+
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
|
|
7
|
+
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
|
|
8
|
+
<META HTTP-EQUIV="expires" CONTENT="0">
|
|
9
|
+
<title>移动报建系统</title>
|
|
10
|
+
<script type="text/javascript">
|
|
11
|
+
window._AMapSecurityConfig = {
|
|
12
|
+
serviceHost: 'http://61.134.61.238:8555/_AMapService'
|
|
13
|
+
// 例如 :serviceHost:'http://1.1.1.1:80/_AMapService',
|
|
14
|
+
}
|
|
15
|
+
</script>
|
|
16
|
+
<script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=aa8b7c6a524337cb733152217fc1e52b"></script>
|
|
17
|
+
<!--引入UI组件库(1.1版本) -->
|
|
18
|
+
<script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
|
|
19
|
+
<style media="screen">
|
|
20
|
+
/*url(./static/newmainbg.jpg)*/
|
|
21
|
+
body{width: 100%;background:#7f8eaf no-repeat center bottom; background-size: cover;}
|
|
22
|
+
body .loginbg{ width:100%; height:100%; background:url(./static/loginbg.jpg) no-repeat center top;}
|
|
23
|
+
</style>
|
|
24
|
+
</head>
|
|
25
|
+
<body>
|
|
26
|
+
<android-app></android-app>
|
|
27
|
+
</body>
|
|
28
|
+
</html>
|
package/build/dev-server.js
CHANGED
|
@@ -1,190 +1,172 @@
|
|
|
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 app = express()
|
|
7
|
-
var compiler = webpack(config)
|
|
8
|
-
// var proxy = httpProxy.createProxyServer()
|
|
9
|
-
var ldap = 'http://
|
|
10
|
-
// var applyinstall = 'http://121.36.79.201:8400'
|
|
11
|
-
// var ldap = 'http://193.168.1.64:8082'
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
var applyinstall = 'http://193.168.1.44:8600
|
|
15
|
-
var fadada = 'http://
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
var proxyTable = {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
'/rs/
|
|
62
|
-
target: ldap
|
|
63
|
-
},
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
'/rs/
|
|
74
|
-
target:
|
|
75
|
-
},
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
'/rs/logic/
|
|
92
|
-
target:
|
|
93
|
-
},
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
},
|
|
109
|
-
'/rs
|
|
110
|
-
target:
|
|
111
|
-
},
|
|
112
|
-
'/
|
|
113
|
-
target:
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
})
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
//
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
// serve webpack bundle output
|
|
175
|
-
app.use(devMiddleware)
|
|
176
|
-
|
|
177
|
-
// enable hot-reload and state-preserving
|
|
178
|
-
// compilation error display
|
|
179
|
-
app.use(hotMiddleware)
|
|
180
|
-
|
|
181
|
-
// serve pure static assets
|
|
182
|
-
app.use('/static', express.static('./static'))
|
|
183
|
-
|
|
184
|
-
module.exports = app.listen(8400, function (err) {
|
|
185
|
-
if (err) {
|
|
186
|
-
console.log(err)
|
|
187
|
-
return
|
|
188
|
-
}
|
|
189
|
-
console.log('Listening at http://localhost:8400')
|
|
190
|
-
})
|
|
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 app = express()
|
|
7
|
+
var compiler = webpack(config)
|
|
8
|
+
// var proxy = httpProxy.createProxyServer()
|
|
9
|
+
// var ldap = 'http://121.36.79.201:8400'
|
|
10
|
+
// var applyinstall = 'http://121.36.79.201:8400'
|
|
11
|
+
// var ldap = 'http://193.168.1.64:8082'
|
|
12
|
+
var ldap = 'http://193.168.1.6:8082'
|
|
13
|
+
var applyinstall = 'http://127.0.0.1:8080'
|
|
14
|
+
// var applyinstall = 'http://193.168.1.44:8600'
|
|
15
|
+
// var fadada = 'http://127.0.0.1:8181'
|
|
16
|
+
var fadada = 'http://193.168.1.44:8600'
|
|
17
|
+
|
|
18
|
+
var proxyTable = {
|
|
19
|
+
// ---------------------------
|
|
20
|
+
'/rs/logic/pushShortUrlSms': {
|
|
21
|
+
target: fadada
|
|
22
|
+
},
|
|
23
|
+
'/rs/logic/generateContract': {
|
|
24
|
+
target: fadada
|
|
25
|
+
},
|
|
26
|
+
'/rs/logic/getAuthSubject': {
|
|
27
|
+
target: fadada
|
|
28
|
+
},
|
|
29
|
+
'/rs/sql/getAuthSubjectList': {
|
|
30
|
+
target: fadada
|
|
31
|
+
},
|
|
32
|
+
'/rs/logic/keyExtSign': {
|
|
33
|
+
target: fadada
|
|
34
|
+
},
|
|
35
|
+
'/rs/logic/keyExtSignAuto': {
|
|
36
|
+
target: fadada
|
|
37
|
+
},
|
|
38
|
+
// 重新发送实名认证短信
|
|
39
|
+
'/rs/logic/anotherAuthSubject': {
|
|
40
|
+
target: fadada
|
|
41
|
+
},
|
|
42
|
+
// ---------------------------
|
|
43
|
+
'/rs/logic/getSaleInitData': {
|
|
44
|
+
target: ldap
|
|
45
|
+
},
|
|
46
|
+
'/rs/logic/saveInstruct': {
|
|
47
|
+
target: 'http://193.168.1.64:8082'
|
|
48
|
+
},
|
|
49
|
+
'/rs/logic/updateNetWorkValve': {
|
|
50
|
+
target: 'http://193.168.1.64:8082'
|
|
51
|
+
},
|
|
52
|
+
'/rs/logic/uploadSave': {
|
|
53
|
+
target: 'http://193.168.1.16:8003'
|
|
54
|
+
},
|
|
55
|
+
'/rs/workflow': {
|
|
56
|
+
target: applyinstall
|
|
57
|
+
},
|
|
58
|
+
'/apply': {
|
|
59
|
+
target: applyinstall
|
|
60
|
+
},
|
|
61
|
+
'/rs/vue': {
|
|
62
|
+
target: ldap
|
|
63
|
+
},
|
|
64
|
+
// 查找资源服务数据
|
|
65
|
+
'/rs/search': {
|
|
66
|
+
target: ldap
|
|
67
|
+
},
|
|
68
|
+
// 发票组织数据
|
|
69
|
+
'/rs/logic/bjEticketCharge': {
|
|
70
|
+
target: 'http://193.168.1.6:8082'
|
|
71
|
+
},
|
|
72
|
+
// 开发票
|
|
73
|
+
'/rs/logic/bjOpenEticket': {
|
|
74
|
+
target: 'http://193.168.1.6:8082'
|
|
75
|
+
},
|
|
76
|
+
// 获取发票明细
|
|
77
|
+
'/rs/logic/queryEticket': {
|
|
78
|
+
target: 'http://193.168.1.44:8400'
|
|
79
|
+
},
|
|
80
|
+
// 创建小区
|
|
81
|
+
'/rs/logic/address_updatearea': {
|
|
82
|
+
target: ldap
|
|
83
|
+
},
|
|
84
|
+
'/rs/phone/send': {
|
|
85
|
+
target: 'http://193.168.1.21:80'
|
|
86
|
+
},
|
|
87
|
+
// 用户登录服务地址
|
|
88
|
+
'/rs/user': {
|
|
89
|
+
target: ldap
|
|
90
|
+
},
|
|
91
|
+
'/rs/logic/getInitData': {
|
|
92
|
+
target: ldap?ldap:applyinstall
|
|
93
|
+
},
|
|
94
|
+
'/rs/logic/getLogin': {
|
|
95
|
+
target: ldap
|
|
96
|
+
},
|
|
97
|
+
'/rs/file': { // 文件上传
|
|
98
|
+
target: applyinstall
|
|
99
|
+
},
|
|
100
|
+
'/project': { // 文件回显
|
|
101
|
+
target: applyinstall
|
|
102
|
+
},
|
|
103
|
+
'/rs/apply': {
|
|
104
|
+
target: applyinstall,
|
|
105
|
+
pathRewrite: {
|
|
106
|
+
'^/rs/apply': '/rs'
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
'/rs': {
|
|
110
|
+
target: applyinstall
|
|
111
|
+
},
|
|
112
|
+
'/ws': {
|
|
113
|
+
target: applyinstall,
|
|
114
|
+
ws: true // 代理webSocket
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
var devMiddleware = require('webpack-dev-middleware')(compiler, {
|
|
119
|
+
publicPath: config.output.publicPath,
|
|
120
|
+
stats: {
|
|
121
|
+
colors: true,
|
|
122
|
+
chunks: false
|
|
123
|
+
}
|
|
124
|
+
})
|
|
125
|
+
|
|
126
|
+
var hotMiddleware = require('webpack-hot-middleware')(compiler)
|
|
127
|
+
// force page reload when html-webpack-plugin template changes
|
|
128
|
+
compiler.plugin('compilation', function (compilation) {
|
|
129
|
+
compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
|
|
130
|
+
hotMiddleware.publish({action: 'reload'})
|
|
131
|
+
cb()
|
|
132
|
+
})
|
|
133
|
+
})
|
|
134
|
+
|
|
135
|
+
// proxy api requests
|
|
136
|
+
Object.keys(proxyTable).forEach(function (context) {
|
|
137
|
+
var options = proxyTable[context]
|
|
138
|
+
if (typeof options === 'string') {
|
|
139
|
+
options = {target: options}
|
|
140
|
+
}
|
|
141
|
+
app.use(proxyMiddleware(context, options))
|
|
142
|
+
})
|
|
143
|
+
|
|
144
|
+
// handle fallback for HTML5 history API
|
|
145
|
+
app.use(require('connect-history-api-fallback')())
|
|
146
|
+
// app.use(function (req, res, next) {
|
|
147
|
+
// res.header('Access-Control-Allow-Origin', '*')
|
|
148
|
+
// res.header('Access-Control-Allow-Headers', 'X-Requested-With')
|
|
149
|
+
// res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
|
|
150
|
+
// res.header('X-Powered-By', '3,2,1')
|
|
151
|
+
// res.header('Access-Control-Allow-Credentials', 'true')
|
|
152
|
+
// res.header('Content-Type', 'application/json;charset=utf-8')
|
|
153
|
+
// next()
|
|
154
|
+
// })
|
|
155
|
+
|
|
156
|
+
// serve webpack bundle output
|
|
157
|
+
app.use(devMiddleware)
|
|
158
|
+
|
|
159
|
+
// enable hot-reload and state-preserving
|
|
160
|
+
// compilation error display
|
|
161
|
+
app.use(hotMiddleware)
|
|
162
|
+
|
|
163
|
+
// serve pure static assets
|
|
164
|
+
app.use('/static', express.static('./static'))
|
|
165
|
+
|
|
166
|
+
module.exports = app.listen(8300, function (err) {
|
|
167
|
+
if (err) {
|
|
168
|
+
console.log(err)
|
|
169
|
+
return
|
|
170
|
+
}
|
|
171
|
+
console.log('Listening at http://localhost:8300')
|
|
172
|
+
})
|
package/index.html
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="zh-CN">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
6
|
-
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
|
|
7
|
-
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
|
|
8
|
-
<META HTTP-EQUIV="expires" CONTENT="0">
|
|
9
|
-
<title>报建系统</title>
|
|
10
|
-
<script type="text/javascript">
|
|
11
|
-
window._AMapSecurityConfig = {
|
|
12
|
-
serviceHost: 'http://193.168.1.44:8400/_AMapService'
|
|
13
|
-
// 例如 :serviceHost:'http://1.1.1.1:80/_AMapService',
|
|
14
|
-
}
|
|
15
|
-
</script>
|
|
16
|
-
<script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=aa8b7c6a524337cb733152217fc1e52b"></script>
|
|
17
|
-
<!--引入UI组件库(1.1版本) -->
|
|
18
|
-
<script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
|
|
19
|
-
<style media="screen">
|
|
20
|
-
/*url(./static/newmainbg.jpg)*/
|
|
21
|
-
|
|
22
|
-
body {
|
|
23
|
-
font-size:16px !important;
|
|
24
|
-
width: 100%;
|
|
25
|
-
background: #7f8eaf no-repeat center bottom;
|
|
26
|
-
background-size: cover;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
body .loginbg {
|
|
30
|
-
width: 100%;
|
|
31
|
-
height: 100%;
|
|
32
|
-
background: url(./static/loginbg.jpg) no-repeat center top;
|
|
33
|
-
}
|
|
34
|
-
</style>
|
|
35
|
-
</head>
|
|
36
|
-
<body id="bodymain" class="themeOne">
|
|
37
|
-
<app></app>
|
|
38
|
-
</body>
|
|
39
|
-
</html>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="zh-CN">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
6
|
+
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
|
|
7
|
+
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
|
|
8
|
+
<META HTTP-EQUIV="expires" CONTENT="0">
|
|
9
|
+
<title>报建系统</title>
|
|
10
|
+
<script type="text/javascript">
|
|
11
|
+
window._AMapSecurityConfig = {
|
|
12
|
+
serviceHost: 'http://193.168.1.44:8400/_AMapService'
|
|
13
|
+
// 例如 :serviceHost:'http://1.1.1.1:80/_AMapService',
|
|
14
|
+
}
|
|
15
|
+
</script>
|
|
16
|
+
<script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=aa8b7c6a524337cb733152217fc1e52b"></script>
|
|
17
|
+
<!--引入UI组件库(1.1版本) -->
|
|
18
|
+
<script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
|
|
19
|
+
<style media="screen">
|
|
20
|
+
/*url(./static/newmainbg.jpg)*/
|
|
21
|
+
|
|
22
|
+
body {
|
|
23
|
+
font-size:16px !important;
|
|
24
|
+
width: 100%;
|
|
25
|
+
background: #7f8eaf no-repeat center bottom;
|
|
26
|
+
background-size: cover;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
body .loginbg {
|
|
30
|
+
width: 100%;
|
|
31
|
+
height: 100%;
|
|
32
|
+
background: url(./static/loginbg.jpg) no-repeat center top;
|
|
33
|
+
}
|
|
34
|
+
</style>
|
|
35
|
+
</head>
|
|
36
|
+
<body id="bodymain" class="themeOne">
|
|
37
|
+
<app></app>
|
|
38
|
+
</body>
|
|
39
|
+
</html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apply-clients",
|
|
3
|
-
"version": "7.1.36-yuchuan-
|
|
3
|
+
"version": "7.1.36-yuchuan-15",
|
|
4
4
|
"description": "报建前端模块",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"directories": {
|
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
"eventsource-polyfill": "^0.9.6",
|
|
66
66
|
"express": "^4.17.0",
|
|
67
67
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
68
|
-
"fadada-clients": "1.0.19",
|
|
69
68
|
"file-loader": "^0.8.4",
|
|
70
69
|
"function-bind": "^1.0.2",
|
|
71
70
|
"html-webpack-plugin": "^2.8.1",
|
|
@@ -83,7 +82,7 @@
|
|
|
83
82
|
"karma-sourcemap-loader": "^0.3.7",
|
|
84
83
|
"karma-spec-reporter": "0.0.31",
|
|
85
84
|
"karma-webpack": "^2.0.2",
|
|
86
|
-
"ldap-clients": "3.0.
|
|
85
|
+
"ldap-clients": "3.0.77",
|
|
87
86
|
"material-client": "^1.1.2",
|
|
88
87
|
"mkdirp": "^0.5.1",
|
|
89
88
|
"mocha": "^3.2.0",
|