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.
Files changed (37) hide show
  1. package/.gradle/6.7/executionHistory/executionHistory.bin +0 -0
  2. package/.gradle/6.7/executionHistory/executionHistory.lock +0 -0
  3. package/.gradle/6.7/fileChanges/last-build.bin +0 -0
  4. package/.gradle/6.7/fileHashes/fileHashes.bin +0 -0
  5. package/.gradle/6.7/fileHashes/fileHashes.lock +0 -0
  6. package/.gradle/6.7/gc.properties +0 -0
  7. package/.gradle/checksums/md5-checksums.bin +0 -0
  8. package/SystemPhone.iml +9 -0
  9. package/build/dev-server.js +20 -4
  10. package/build/webpack.base.conf.js +4 -0
  11. package/package.json +1 -1
  12. package/src/App.vue +25 -26
  13. package/src/assets/biaohao.png +0 -0
  14. package/src/assets/bieming.png +0 -0
  15. package/src/assets/caozuo.png +0 -0
  16. package/src/assets/guige.png +0 -0
  17. package/src/assets/leixing.png +0 -0
  18. package/src/assets/pinpai.png +0 -0
  19. package/src/assets/qiliang.png +0 -0
  20. package/src/assets/xinghao.png +0 -0
  21. package/src/assets/yue.png +0 -0
  22. package/src/assets//345/257/271/345/217/267.png +0 -0
  23. package/src/assets//350/241/250/345/217/267 (7).png +0 -0
  24. package/src/assets//350/241/250/345/217/267.png +0 -0
  25. package/src/assets//350/260/203/344/273/267/350/241/245/345/267/256/347/274/264/350/264/271.png +0 -0
  26. package/src/assets//351/224/231/345/217/267.png +0 -0
  27. package/src/components/LoginApp.vue +612 -612
  28. package/src/components/NavBottomVVV.vue +2 -2
  29. package/src/components/iot/InstructMessage.vue +313 -0
  30. package/src/components/iot/IotBaseInfo.vue +97 -0
  31. package/src/components/iot/IotMeterInfo.vue +77 -0
  32. package/src/components/iot/iotMonitoringMain.vue +501 -444
  33. package/src/main.js +37 -37
  34. package/src/systemphone.js +58 -54
  35. package/src/systemphonegrid.js +148 -136
  36. package/src/components/iot/iotMonitoringFun.vue +0 -24
  37. package/src/components/iot/iotMonitoringQuery.vue +0 -24
File without changes
@@ -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>
@@ -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
- // '/SaleRest/rs': {
42
- // // target: 'http://127.0.0.1:8081'
43
- // target: 'http://121.36.106.17:8400/'
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'
@@ -51,6 +51,10 @@ module.exports = {
51
51
  test: /\.html$/,
52
52
  loader: 'vue-html'
53
53
  },
54
+ {
55
+ test: /\.css$/,
56
+ loader: 'style!css'
57
+ },
54
58
  {
55
59
  test: /\.less$/,
56
60
  loader: 'style!css!less'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-phone",
3
- "version": "1.2.85",
3
+ "version": "1.2.87",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
package/src/App.vue CHANGED
@@ -1,26 +1,25 @@
1
- <template>
2
- <!-- <app-base> -->
3
- <div id="android-app">
4
- <article>
5
- <!--<route :comp="{name: 'login-app'}"></route>-->
6
- <route :comp="{name: 'iot-monitoring-main'}"></route>
7
- </article>
8
- <time-out></time-out>
9
- <message-box>
10
- </message-box>
11
- </div>
12
- <!-- </app-base> -->
13
- </template>
14
-
15
- <script>
16
- export default {
17
- ready () {
18
- if (!window.onerror) {
19
- window.onerror = function (message, file, line, col, error) {
20
- // HostApp.alert("网络故障,加载组件有误")
21
- return false
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