system-phone 3.1.90 → 3.1.91

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 (84) hide show
  1. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  2. package/SystemPhone.iml +8 -8
  3. package/build/dev-server.js +101 -141
  4. package/build/webpack.base.conf.js +82 -82
  5. package/build.gradle +27 -27
  6. package/gradle/wrapper/gradle-wrapper.properties +5 -5
  7. package/gradlew +183 -183
  8. package/gradlew.bat +100 -100
  9. package/index.html +21 -21
  10. package/package.json +1 -1
  11. package/src/App.vue +27 -25
  12. package/src/Util.js +415 -415
  13. package/src/components/AloneLoadParams.vue +26 -26
  14. package/src/components/LoadAppdata.vue +38 -38
  15. package/src/components/LoginApp.vue +1 -1
  16. package/src/components/NavBottom.vue +117 -117
  17. package/src/components/NavBottomV.vue +141 -141
  18. package/src/components/NavBottomVVV.vue +185 -185
  19. package/src/components/PhoneAllInfo.vue +68 -68
  20. package/src/components/PhoneChangemeterInfo.vue +116 -116
  21. package/src/components/PhoneImageInfo.vue +102 -102
  22. package/src/components/PhoneInfoTable.vue +39 -39
  23. package/src/components/PhoneMeterInfo.vue +132 -132
  24. package/src/components/PhoneSafeInfo.vue +101 -101
  25. package/src/components/PhoneSellInfoLite.vue +112 -112
  26. package/src/components/PhoneUser.vue +202 -202
  27. package/src/components/PhoneUserDetil.vue +70 -70
  28. package/src/components/PhoneUserFind.vue +138 -138
  29. package/src/components/RightTree.vue +217 -217
  30. package/src/components/TabBarPhone.vue +81 -81
  31. package/src/components/Test.vue +14 -14
  32. package/src/components/ToolsPage.vue +199 -199
  33. package/src/components/UploadManage.vue +194 -194
  34. package/src/components/gaomi/NavBottomV.vue +223 -223
  35. package/src/components/gaomi/NavBottomVVVV.vue +210 -210
  36. package/src/components/gaomi/Scroller.vue +63 -63
  37. package/src/components/gaomi/SystemSetUp.vue +186 -186
  38. package/src/components/gaomi/ToolsPage.vue +168 -168
  39. package/src/components/idea/feedBack.vue +150 -150
  40. package/src/components/idea/feedbackAdd.vue +366 -366
  41. package/src/components/info/ConfigInfo.vue +122 -122
  42. package/src/components/info/InfoTable.vue +37 -37
  43. package/src/components/iot/IotMeterInfo.vue +77 -77
  44. package/src/components/online/ApplyOnline.vue +581 -581
  45. package/src/components/online/BJZhongRan/ApplyOnline.vue +600 -600
  46. package/src/components/screen/ChargeContentPage.vue +656 -656
  47. package/src/components/screen/ContentPage.vue +611 -611
  48. package/src/components/screen/GongdanContentPage.vue +149 -149
  49. package/src/components/screen/ListCountItem.vue +93 -93
  50. package/src/components/screen/ModuleTitle.vue +48 -48
  51. package/src/components/screen/SafeOrderContentPage.vue +440 -440
  52. package/src/components/screen/SecurityCheckItem.vue +50 -50
  53. package/src/components/screen/TotalItem.vue +76 -76
  54. package/src/components/screen/TotalUserNumber.vue +77 -77
  55. package/src/components/screen/WorkOrderItem.vue +51 -51
  56. package/src/components/screen/WorkOrderRightDownItem.vue +103 -103
  57. package/src/components/screen/WorkOrderRightItem.vue +115 -115
  58. package/src/components/userinfo/paymentQuery.vue +189 -189
  59. package/src/components/userinfo/queryFile.vue +190 -190
  60. package/src/components/wasm.vue +18 -18
  61. package/src/expandcssAndroid.less +521 -521
  62. package/src/filiale/chengran/EncryptUtil.js +27 -0
  63. package/src/filiale/chengran/LoginApp.vue +775 -0
  64. package/src/filiale/chengran/systemphonegrid.js +4 -0
  65. package/src/filiale/yulinyuchuan/AlreadyService.vue +194 -194
  66. package/src/filiale/yulinyuchuan/AttendManage.vue +537 -537
  67. package/src/filiale/yulinyuchuan/OnlineManage.vue +256 -256
  68. package/src/filiale/yulinyuchuan/SystemSetUp.vue +332 -332
  69. package/src/filiale/yulinyuchuan/UploadManage.vue +195 -195
  70. package/src/filiale/yulinyuchuan/systemphonegrid.js +9 -9
  71. package/src/index.js +9 -9
  72. package/src/main.js +38 -38
  73. package/src/plugins/const.js +404 -404
  74. package/src/plugins/validateStrongPasswordPhone.js +2 -2
  75. package/src/plugins/vue-py.js +37 -37
  76. package/src/stores/AppData.js +79 -79
  77. package/src/systemphone-gaomi.js +105 -105
  78. package/src/systemphone.js +60 -60
  79. package/src/systemphonegrid.js +185 -185
  80. package/src/util/LdapHelper.js +75 -75
  81. package/static/const.js +404 -404
  82. package/static/layui/font/iconfont.svg +554 -554
  83. package/static/vue-py.js +37 -37
  84. package/static/wasm_exec.js +465 -465
package/static/vue-py.js CHANGED
@@ -1,37 +1,37 @@
1
- import { pinyin } from './const.js'
2
- export default {
3
- chineseToPinYin: function (l1) {
4
- var l2 = l1.length
5
- var I1 = ''
6
- var reg = new RegExp('[a-zA-Z0-9]')
7
- for (var i = 0; i < l2; i++) {
8
- var val = l1.substr(i, 1)
9
- var name = this.arraySearch(val, pinyin)
10
- if (reg.test(val)) {
11
- I1 += val
12
- } else if (name !== false) {
13
- I1 += name
14
- }
15
- }
16
- I1 = I1.replace(/ /g, '-')
17
- while (I1.indexOf('--') > 0) {
18
- I1 = I1.replace('--', '-')
19
- }
20
- return I1
21
- },
22
- arraySearch: function (l1, l2) {
23
- for (var name in pinyin) {
24
- if (pinyin[name].indexOf(l1) !== -1) {
25
- return this.ucfirst(name)
26
- }
27
- }
28
- return false
29
- },
30
- ucfirst: function (l1) {
31
- if (l1.length > 0) {
32
- var first = l1.substr(0, 1).toUpperCase()
33
- var spare = l1.substr(1, l1.length)
34
- return first + spare
35
- }
36
- }
37
- }
1
+ import { pinyin } from './const.js'
2
+ export default {
3
+ chineseToPinYin: function (l1) {
4
+ var l2 = l1.length
5
+ var I1 = ''
6
+ var reg = new RegExp('[a-zA-Z0-9]')
7
+ for (var i = 0; i < l2; i++) {
8
+ var val = l1.substr(i, 1)
9
+ var name = this.arraySearch(val, pinyin)
10
+ if (reg.test(val)) {
11
+ I1 += val
12
+ } else if (name !== false) {
13
+ I1 += name
14
+ }
15
+ }
16
+ I1 = I1.replace(/ /g, '-')
17
+ while (I1.indexOf('--') > 0) {
18
+ I1 = I1.replace('--', '-')
19
+ }
20
+ return I1
21
+ },
22
+ arraySearch: function (l1, l2) {
23
+ for (var name in pinyin) {
24
+ if (pinyin[name].indexOf(l1) !== -1) {
25
+ return this.ucfirst(name)
26
+ }
27
+ }
28
+ return false
29
+ },
30
+ ucfirst: function (l1) {
31
+ if (l1.length > 0) {
32
+ var first = l1.substr(0, 1).toUpperCase()
33
+ var spare = l1.substr(1, l1.length)
34
+ return first + spare
35
+ }
36
+ }
37
+ }