system-phone 1.2.85 → 1.2.87
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/.gradle/6.7/executionHistory/executionHistory.bin +0 -0
- package/.gradle/6.7/executionHistory/executionHistory.lock +0 -0
- package/.gradle/6.7/fileChanges/last-build.bin +0 -0
- package/.gradle/6.7/fileHashes/fileHashes.bin +0 -0
- package/.gradle/6.7/fileHashes/fileHashes.lock +0 -0
- package/.gradle/6.7/gc.properties +0 -0
- package/.gradle/checksums/md5-checksums.bin +0 -0
- package/SystemPhone.iml +9 -0
- package/build/dev-server.js +20 -4
- package/build/webpack.base.conf.js +4 -0
- package/package.json +1 -1
- package/src/App.vue +25 -26
- package/src/assets/biaohao.png +0 -0
- package/src/assets/bieming.png +0 -0
- package/src/assets/caozuo.png +0 -0
- package/src/assets/guige.png +0 -0
- package/src/assets/leixing.png +0 -0
- package/src/assets/pinpai.png +0 -0
- package/src/assets/qiliang.png +0 -0
- package/src/assets/xinghao.png +0 -0
- package/src/assets/yue.png +0 -0
- package/src/assets//345/257/271/345/217/267.png +0 -0
- package/src/assets//350/241/250/345/217/267 (7).png +0 -0
- package/src/assets//350/241/250/345/217/267.png +0 -0
- package/src/assets//350/260/203/344/273/267/350/241/245/345/267/256/347/274/264/350/264/271.png +0 -0
- package/src/assets//351/224/231/345/217/267.png +0 -0
- package/src/components/LoginApp.vue +612 -612
- package/src/components/NavBottomVVV.vue +2 -2
- package/src/components/iot/InstructMessage.vue +313 -0
- package/src/components/iot/IotBaseInfo.vue +97 -0
- package/src/components/iot/IotMeterInfo.vue +77 -0
- package/src/components/iot/iotMonitoringMain.vue +501 -444
- package/src/main.js +37 -37
- package/src/systemphone.js +58 -54
- package/src/systemphonegrid.js +148 -136
- package/src/components/iot/iotMonitoringFun.vue +0 -24
- package/src/components/iot/iotMonitoringQuery.vue +0 -24
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
package/SystemPhone.iml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module external.linked.project.id="SystemPhone" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
4
|
+
<exclude-output />
|
|
5
|
+
<content url="file://$MODULE_DIR$" />
|
|
6
|
+
<orderEntry type="inheritedJdk" />
|
|
7
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
8
|
+
</component>
|
|
9
|
+
</module>
|
package/build/dev-server.js
CHANGED
|
@@ -38,10 +38,26 @@ var proxyTable = {
|
|
|
38
38
|
// // target: 'http://127.0.0.1:8082'
|
|
39
39
|
// target: 'http://121.36.106.17:8400/'
|
|
40
40
|
// },
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
'/rs/sql/getUserByMeter': {
|
|
42
|
+
// target: 'http://127.0.0.1:8081'
|
|
43
|
+
target: 'http://192.168.50.4:8555'
|
|
44
|
+
},
|
|
45
|
+
'/rs/logic/againOpenAccount': {
|
|
46
|
+
// target: 'http://127.0.0.1:8081'
|
|
47
|
+
target: 'http://192.168.50.4:8555'
|
|
48
|
+
},
|
|
49
|
+
'/rs/logic/againSendInstruct': {
|
|
50
|
+
// target: 'http://127.0.0.1:8081'
|
|
51
|
+
target: 'http://192.168.50.4:8555'
|
|
52
|
+
},
|
|
53
|
+
'/rs/logic/cancelSendInstruct': {
|
|
54
|
+
// target: 'http://127.0.0.1:8081'
|
|
55
|
+
target: 'http://192.168.50.4:8555'
|
|
56
|
+
},
|
|
57
|
+
'/rs/sql/iot_singleTable_OrderBy': {
|
|
58
|
+
// target: 'http://127.0.0.1:8081'
|
|
59
|
+
target: 'http://192.168.50.4:8555'
|
|
60
|
+
},
|
|
45
61
|
// 呼叫系统主数据服务
|
|
46
62
|
'/rs': {
|
|
47
63
|
// target: 'http://127.0.0.1:8082'
|
package/package.json
CHANGED
package/src/App.vue
CHANGED
|
@@ -1,26 +1,25 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<!-- <app-base> -->
|
|
3
|
-
<div id="android-app">
|
|
4
|
-
<article>
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
</
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<!-- <app-base> -->
|
|
3
|
+
<div id="android-app">
|
|
4
|
+
<article>
|
|
5
|
+
<route :comp="{name: 'login-app'}"></route>
|
|
6
|
+
</article>
|
|
7
|
+
<time-out></time-out>
|
|
8
|
+
<message-box>
|
|
9
|
+
</message-box>
|
|
10
|
+
</div>
|
|
11
|
+
<!-- </app-base> -->
|
|
12
|
+
</template>
|
|
13
|
+
|
|
14
|
+
<script>
|
|
15
|
+
export default {
|
|
16
|
+
ready () {
|
|
17
|
+
if (!window.onerror) {
|
|
18
|
+
window.onerror = function (message, file, line, col, error) {
|
|
19
|
+
// HostApp.alert("网络故障,加载组件有误")
|
|
20
|
+
return false
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
</script>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/assets//350/260/203/344/273/267/350/241/245/345/267/256/347/274/264/350/264/271.png
ADDED
|
Binary file
|
|
Binary file
|