system-clients 3.2.1 → 3.2.2-aodeToV4

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 (158) hide show
  1. package/.eslintrc.js +16 -16
  2. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  3. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  4. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  5. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  6. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  7. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  8. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  9. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  10. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  11. package/.gradle/checksums/checksums.lock +0 -0
  12. package/SystemClient.iml +11 -11
  13. package/build/webpack.base.conf.js +78 -75
  14. package/build.gradle +6 -6
  15. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  16. package/gradle/wrapper/gradle-wrapper.properties +5 -0
  17. package/gradlew +185 -0
  18. package/gradlew.bat +89 -0
  19. package/index.html +21 -21
  20. package/package.json +2 -2
  21. package/src/App.vue +1 -1
  22. package/src/LodopFuncs.js +123 -123
  23. package/src/components/Main.vue +46 -152
  24. package/src/components/Util.js +343 -343
  25. package/src/components/equipment/EquipmentManage.vue +65 -65
  26. package/src/components/equipment/PcAdd.vue +105 -105
  27. package/src/components/equipment/PcList.vue +119 -119
  28. package/src/components/equipment/PcManage.vue +60 -60
  29. package/src/components/equipment/PhoneAdd.vue +94 -94
  30. package/src/components/equipment/PhoneList.vue +102 -102
  31. package/src/components/equipment/PhoneManage.vue +60 -60
  32. package/src/components/equipment/PosAdd.vue +156 -137
  33. package/src/components/equipment/PosList.vue +164 -164
  34. package/src/components/equipment/PosManage.vue +68 -67
  35. package/src/components/materialManage/materialData.vue +44 -44
  36. package/src/components/materialManage/materialList.vue +255 -255
  37. package/src/components/parammanage/ParamManage.vue +42 -42
  38. package/src/components/parammanage/ParamPage.vue +314 -314
  39. package/src/components/parammanage/ParamPages.vue +222 -222
  40. package/src/components/parammanage/SinglePage.vue +235 -235
  41. package/src/components/parammanage/SinglePages.vue +167 -167
  42. package/src/components/server/AddChangeMsg.vue +66 -66
  43. package/src/components/server/ChangeDeclare.vue +45 -45
  44. package/src/components/server/LeftTree.vue +111 -111
  45. package/src/components/server/LoadData.vue +36 -36
  46. package/src/components/server/Login.vue +726 -624
  47. package/src/components/server/Menu.vue +188 -188
  48. package/src/components/server/ModifyPw.vue +112 -106
  49. package/src/components/server/NewResSelectGroup.vue +211 -0
  50. package/src/components/server/ResSelect.vue +153 -150
  51. package/src/components/server/ResSelectGroup.vue +159 -142
  52. package/src/components/server/RightTree.vue +343 -263
  53. package/src/components/server/RoleSelector.vue +90 -89
  54. package/src/components/server/TestResSelect.vue +58 -58
  55. package/src/components/server/TestResSelectGroup.vue +388 -388
  56. package/src/plugins/EncryptUtil.js +53 -0
  57. package/src/plugins/GetLoginInfoService.js +88 -104
  58. package/src/plugins/HeatGetLoginInfoService.js +491 -0
  59. package/src/plugins/validation.js +7 -7
  60. package/src/project/State.js +1 -1
  61. package/src/stores/AppData.js +38 -38
  62. package/src/stores/HeatAppData.js +38 -0
  63. package/src/styles/fonts/glyphicons-halflings-regular.svg +287 -287
  64. package/src/styles/less/.csscomb.json +304 -304
  65. package/src/styles/less/.csslintrc +19 -19
  66. package/src/styles/less/alerts.less +73 -73
  67. package/src/styles/less/aofeng/animate.min.css +10 -10
  68. package/src/styles/less/aofeng/expandcss.less +569 -569
  69. package/src/styles/less/aofeng/standard.less +2121 -2121
  70. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +686 -686
  71. package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -1586
  72. package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
  73. package/src/styles/less/aofeng/themeOne.less +17 -14
  74. package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -415
  75. package/src/styles/less/aofeng/themeTwo.less +3 -3
  76. package/src/styles/less/badges.less +66 -66
  77. package/src/styles/less/bootstrap.less +66 -66
  78. package/src/styles/less/breadcrumbs.less +26 -26
  79. package/src/styles/less/button-groups.less +247 -247
  80. package/src/styles/less/buttons.less +172 -172
  81. package/src/styles/less/carousel.less +269 -269
  82. package/src/styles/less/close.less +34 -34
  83. package/src/styles/less/code.less +69 -69
  84. package/src/styles/less/component-animations.less +33 -33
  85. package/src/styles/less/dropdowns.less +216 -216
  86. package/src/styles/less/fonts-list.less +25 -25
  87. package/src/styles/less/forms.less +626 -626
  88. package/src/styles/less/glyphicons.less +305 -305
  89. package/src/styles/less/grid.less +84 -84
  90. package/src/styles/less/input-groups.less +167 -167
  91. package/src/styles/less/jumbotron.less +52 -52
  92. package/src/styles/less/labels.less +64 -64
  93. package/src/styles/less/list-group.less +141 -141
  94. package/src/styles/less/manageStyle/manageChile.less +180 -180
  95. package/src/styles/less/manageStyle/manageStyle.less +1102 -1102
  96. package/src/styles/less/manageStyle/safeStyle.less +498 -498
  97. package/src/styles/less/media.less +66 -66
  98. package/src/styles/less/mixins/alerts.less +14 -14
  99. package/src/styles/less/mixins/background-variant.less +9 -9
  100. package/src/styles/less/mixins/border-radius.less +18 -18
  101. package/src/styles/less/mixins/buttons.less +69 -69
  102. package/src/styles/less/mixins/center-block.less +7 -7
  103. package/src/styles/less/mixins/clearfix.less +22 -22
  104. package/src/styles/less/mixins/forms.less +90 -90
  105. package/src/styles/less/mixins/gradients.less +59 -59
  106. package/src/styles/less/mixins/grid-framework.less +92 -92
  107. package/src/styles/less/mixins/grid.less +122 -122
  108. package/src/styles/less/mixins/hide-text.less +21 -21
  109. package/src/styles/less/mixins/image.less +33 -33
  110. package/src/styles/less/mixins/labels.less +12 -12
  111. package/src/styles/less/mixins/list-group.less +30 -30
  112. package/src/styles/less/mixins/nav-divider.less +10 -10
  113. package/src/styles/less/mixins/nav-vertical-align.less +9 -9
  114. package/src/styles/less/mixins/opacity.less +8 -8
  115. package/src/styles/less/mixins/pagination.less +24 -24
  116. package/src/styles/less/mixins/panels.less +24 -24
  117. package/src/styles/less/mixins/progress-bar.less +10 -10
  118. package/src/styles/less/mixins/reset-filter.less +8 -8
  119. package/src/styles/less/mixins/reset-text.less +18 -18
  120. package/src/styles/less/mixins/resize.less +6 -6
  121. package/src/styles/less/mixins/responsive-visibility.less +15 -15
  122. package/src/styles/less/mixins/size.less +10 -10
  123. package/src/styles/less/mixins/tab-focus.less +9 -9
  124. package/src/styles/less/mixins/table-row.less +44 -44
  125. package/src/styles/less/mixins/text-emphasis.less +9 -9
  126. package/src/styles/less/mixins/text-overflow.less +8 -8
  127. package/src/styles/less/mixins/vendor-prefixes.less +227 -227
  128. package/src/styles/less/mixins.less +40 -40
  129. package/src/styles/less/modals.less +151 -151
  130. package/src/styles/less/navbar.less +660 -660
  131. package/src/styles/less/navs.less +285 -285
  132. package/src/styles/less/normalize.less +424 -424
  133. package/src/styles/less/pager.less +76 -76
  134. package/src/styles/less/pagination.less +89 -89
  135. package/src/styles/less/panels.less +275 -275
  136. package/src/styles/less/popovers.less +131 -131
  137. package/src/styles/less/print.less +101 -101
  138. package/src/styles/less/progress-bars.less +87 -87
  139. package/src/styles/less/responsive-embed.less +35 -35
  140. package/src/styles/less/responsive-utilities.less +194 -194
  141. package/src/styles/less/scaffolding.less +161 -161
  142. package/src/styles/less/stand.less +207 -207
  143. package/src/styles/less/tables.less +262 -262
  144. package/src/styles/less/theme.less +291 -291
  145. package/src/styles/less/thumbnails.less +36 -36
  146. package/src/styles/less/tooltip.less +102 -102
  147. package/src/styles/less/type.less +303 -303
  148. package/src/styles/less/utilities.less +55 -55
  149. package/src/styles/less/variables.less +896 -896
  150. package/src/styles/less/wells.less +29 -29
  151. package/src/system.js +85 -76
  152. package/static/aodelogo.png +0 -0
  153. package/static/aodenewlogo.png +0 -0
  154. package/static/ewmlogo.png +0 -0
  155. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
  156. package/static/logo.png +0 -0
  157. /package/.gradle/{5.2.1 → 7.1/dependencies-accessors}/gc.properties +0 -0
  158. /package/.gradle/{buildOutputCleanup/built.bin → 7.1/gc.properties} +0 -0
package/.eslintrc.js CHANGED
@@ -1,16 +1,16 @@
1
- module.exports = {
2
- root: true,
3
- // https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
4
- extends: 'standard',
5
- // required to lint *.vue files
6
- plugins: [
7
- 'eslint-plugin-html'
8
- ],
9
- // add your custom rules here
10
- 'rules': {
11
- // allow paren-less arrow functions
12
- 'arrow-parens': 0,
13
- // allow debugger during development
14
- 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0
15
- }
16
- }
1
+ module.exports = {
2
+ root: true,
3
+ // https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
4
+ extends: 'standard',
5
+ // required to lint *.vue files
6
+ plugins: [
7
+ 'eslint-plugin-html'
8
+ ],
9
+ // add your custom rules here
10
+ 'rules': {
11
+ // allow paren-less arrow functions
12
+ 'arrow-parens': 0,
13
+ // allow debugger during development
14
+ 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0
15
+ }
16
+ }
@@ -1,2 +1,2 @@
1
- #Fri Mar 13 10:30:51 GMT+08:00 2020
2
- gradle.version=3.5
1
+ #Tue Aug 16 15:18:31 CST 2022
2
+ gradle.version=7.1
Binary file
package/SystemClient.iml CHANGED
@@ -1,12 +1,12 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module external.linked.project.id="SystemClient" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="1.6.18" type="JAVA_MODULE" version="4">
3
- <component name="NewModuleRootManager" inherit-compiler-output="true">
4
- <exclude-output />
5
- <content url="file://$MODULE_DIR$">
6
- <excludeFolder url="file://$MODULE_DIR$/.gradle" />
7
- <excludeFolder url="file://$MODULE_DIR$/build" />
8
- </content>
9
- <orderEntry type="inheritedJdk" />
10
- <orderEntry type="sourceFolder" forTests="false" />
11
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module external.linked.project.id="SystemClient" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="1.6.18" type="JAVA_MODULE" version="4">
3
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+ <exclude-output />
5
+ <content url="file://$MODULE_DIR$">
6
+ <excludeFolder url="file://$MODULE_DIR$/.gradle" />
7
+ <excludeFolder url="file://$MODULE_DIR$/build" />
8
+ </content>
9
+ <orderEntry type="inheritedJdk" />
10
+ <orderEntry type="sourceFolder" forTests="false" />
11
+ </component>
12
12
  </module>
@@ -1,75 +1,78 @@
1
- var path = require('path')
2
- var cssLoaders = require('./css-loaders')
3
- var projectRoot = path.resolve(__dirname, '../')
4
-
5
- module.exports = {
6
- entry: {
7
- app: './src/main.js'
8
- },
9
- output: {
10
- path: path.resolve(__dirname, '../dist/static'),
11
- publicPath: 'static/',
12
- filename: '[name].js'
13
- },
14
- resolve: {
15
- extensions: ['', '.js', '.vue'],
16
- fallback: [path.join(__dirname, '../node_modules')],
17
- alias: {
18
- 'test': path.resolve(__dirname, '../test'),
19
- 'src': path.resolve(__dirname, '../src')
20
- }
21
- },
22
- resolveLoader: {
23
- fallback: [path.join(__dirname, '../node_modules')]
24
- },
25
- module: {
26
- loaders: [
27
- {
28
- test: /\.vue$/,
29
- loader: 'vue'
30
- },
31
- {
32
- test: /\.js$/,
33
- loader: 'babel',
34
- include: [
35
- `${projectRoot}\\src`,
36
- `${projectRoot}\\build`,
37
- `${projectRoot}\\examples`,
38
- `${projectRoot}\\test`,
39
- `${projectRoot}\\node_modules\\vue-client\\src`,
40
- `${projectRoot}\\node_modules\\vue-strap\\src`
41
- ]
42
- },
43
- {
44
- test: /\.json$/,
45
- loader: 'json'
46
- },
47
- {
48
- test: /\.html$/,
49
- loader: 'vue-html'
50
- },
51
- {
52
- test: /\.less$/,
53
- loader: 'style!css!less'
54
- },
55
- {
56
- test: /\.(png|jpg|gif|svg|woff2?|eot|ttf)(\?.*)?$/,
57
- loader: 'url',
58
- query: {
59
- limit: 10000,
60
- name: '[name].[ext]?[hash:7]'
61
- }
62
- }
63
- ]
64
- },
65
- vue: {
66
- loaders: cssLoaders({
67
- sourceMap: false,
68
- extract: false
69
- })
70
- },
71
- plugins: [],
72
- eslint: {
73
- formatter: require('eslint-friendly-formatter')
74
- }
75
- }
1
+ var path = require('path')
2
+ var cssLoaders = require('./css-loaders')
3
+ var projectRoot = path.resolve(__dirname, '../')
4
+
5
+ module.exports = {
6
+ entry: {
7
+ app: './src/main.js'
8
+ },
9
+ output: {
10
+ path: path.resolve(__dirname, '../dist/static'),
11
+ publicPath: 'static/',
12
+ filename: '[name].js'
13
+ },
14
+ resolve: {
15
+ extensions: ['', '.js', '.vue'],
16
+ fallback: [path.join(__dirname, '../node_modules')],
17
+ alias: {
18
+ 'test': path.resolve(__dirname, '../test'),
19
+ 'src': path.resolve(__dirname, '../src')
20
+ }
21
+ },
22
+ resolveLoader: {
23
+ fallback: [path.join(__dirname, '../node_modules')]
24
+ },
25
+ module: {
26
+ loaders: [
27
+ {
28
+ test: /\.vue$/,
29
+ loader: 'vue'
30
+ },
31
+ {
32
+ test: /\.js$/,
33
+ loader: 'babel',
34
+ include: [
35
+ `${projectRoot}\\src`,
36
+ `${projectRoot}\\build`,
37
+ `${projectRoot}\\examples`,
38
+ `${projectRoot}\\test`,
39
+ `${projectRoot}\\node_modules\\vue-client\\src`,
40
+ `${projectRoot}\\node_modules\\vue-strap\\src`
41
+ ],
42
+ options: {
43
+ presets: ['es2015']
44
+ }
45
+ },
46
+ {
47
+ test: /\.json$/,
48
+ loader: 'json'
49
+ },
50
+ {
51
+ test: /\.html$/,
52
+ loader: 'vue-html'
53
+ },
54
+ {
55
+ test: /\.less$/,
56
+ loader: 'style!css!less'
57
+ },
58
+ {
59
+ test: /\.(png|jpg|gif|svg|woff2?|eot|ttf)(\?.*)?$/,
60
+ loader: 'url',
61
+ query: {
62
+ limit: 10000,
63
+ name: '[name].[ext]?[hash:7]'
64
+ }
65
+ }
66
+ ]
67
+ },
68
+ vue: {
69
+ loaders: cssLoaders({
70
+ sourceMap: false,
71
+ extract: false
72
+ })
73
+ },
74
+ plugins: [],
75
+ eslint: {
76
+ formatter: require('eslint-friendly-formatter')
77
+ }
78
+ }
package/build.gradle CHANGED
@@ -1,6 +1,6 @@
1
- version = '3.0.49'
2
-
3
- task release(type:Exec) {
4
- workingDir '.'
5
- commandLine 'cmd', '/c', 'release.bat ' + version
6
- }
1
+ version = '3.0.49'
2
+
3
+ task release(type:Exec) {
4
+ workingDir '.'
5
+ commandLine 'cmd', '/c', 'release.bat ' + version
6
+ }
@@ -0,0 +1,5 @@
1
+ distributionBase=GRADLE_USER_HOME
2
+ distributionPath=wrapper/dists
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
4
+ zipStoreBase=GRADLE_USER_HOME
5
+ zipStorePath=wrapper/dists
package/gradlew ADDED
@@ -0,0 +1,185 @@
1
+ #!/usr/bin/env sh
2
+
3
+ #
4
+ # Copyright 2015 the original author or authors.
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # https://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+
19
+ ##############################################################################
20
+ ##
21
+ ## Gradle start up script for UN*X
22
+ ##
23
+ ##############################################################################
24
+
25
+ # Attempt to set APP_HOME
26
+ # Resolve links: $0 may be a link
27
+ PRG="$0"
28
+ # Need this for relative symlinks.
29
+ while [ -h "$PRG" ] ; do
30
+ ls=`ls -ld "$PRG"`
31
+ link=`expr "$ls" : '.*-> \(.*\)$'`
32
+ if expr "$link" : '/.*' > /dev/null; then
33
+ PRG="$link"
34
+ else
35
+ PRG=`dirname "$PRG"`"/$link"
36
+ fi
37
+ done
38
+ SAVED="`pwd`"
39
+ cd "`dirname \"$PRG\"`/" >/dev/null
40
+ APP_HOME="`pwd -P`"
41
+ cd "$SAVED" >/dev/null
42
+
43
+ APP_NAME="Gradle"
44
+ APP_BASE_NAME=`basename "$0"`
45
+
46
+ # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
47
+ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
48
+
49
+ # Use the maximum available, or set MAX_FD != -1 to use that value.
50
+ MAX_FD="maximum"
51
+
52
+ warn () {
53
+ echo "$*"
54
+ }
55
+
56
+ die () {
57
+ echo
58
+ echo "$*"
59
+ echo
60
+ exit 1
61
+ }
62
+
63
+ # OS specific support (must be 'true' or 'false').
64
+ cygwin=false
65
+ msys=false
66
+ darwin=false
67
+ nonstop=false
68
+ case "`uname`" in
69
+ CYGWIN* )
70
+ cygwin=true
71
+ ;;
72
+ Darwin* )
73
+ darwin=true
74
+ ;;
75
+ MSYS* | MINGW* )
76
+ msys=true
77
+ ;;
78
+ NONSTOP* )
79
+ nonstop=true
80
+ ;;
81
+ esac
82
+
83
+ CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
84
+
85
+
86
+ # Determine the Java command to use to start the JVM.
87
+ if [ -n "$JAVA_HOME" ] ; then
88
+ if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
89
+ # IBM's JDK on AIX uses strange locations for the executables
90
+ JAVACMD="$JAVA_HOME/jre/sh/java"
91
+ else
92
+ JAVACMD="$JAVA_HOME/bin/java"
93
+ fi
94
+ if [ ! -x "$JAVACMD" ] ; then
95
+ die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
96
+
97
+ Please set the JAVA_HOME variable in your environment to match the
98
+ location of your Java installation."
99
+ fi
100
+ else
101
+ JAVACMD="java"
102
+ which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
103
+
104
+ Please set the JAVA_HOME variable in your environment to match the
105
+ location of your Java installation."
106
+ fi
107
+
108
+ # Increase the maximum file descriptors if we can.
109
+ if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
110
+ MAX_FD_LIMIT=`ulimit -H -n`
111
+ if [ $? -eq 0 ] ; then
112
+ if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
113
+ MAX_FD="$MAX_FD_LIMIT"
114
+ fi
115
+ ulimit -n $MAX_FD
116
+ if [ $? -ne 0 ] ; then
117
+ warn "Could not set maximum file descriptor limit: $MAX_FD"
118
+ fi
119
+ else
120
+ warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
121
+ fi
122
+ fi
123
+
124
+ # For Darwin, add options to specify how the application appears in the dock
125
+ if $darwin; then
126
+ GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
127
+ fi
128
+
129
+ # For Cygwin or MSYS, switch paths to Windows format before running java
130
+ if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
131
+ APP_HOME=`cygpath --path --mixed "$APP_HOME"`
132
+ CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
133
+
134
+ JAVACMD=`cygpath --unix "$JAVACMD"`
135
+
136
+ # We build the pattern for arguments to be converted via cygpath
137
+ ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
138
+ SEP=""
139
+ for dir in $ROOTDIRSRAW ; do
140
+ ROOTDIRS="$ROOTDIRS$SEP$dir"
141
+ SEP="|"
142
+ done
143
+ OURCYGPATTERN="(^($ROOTDIRS))"
144
+ # Add a user-defined pattern to the cygpath arguments
145
+ if [ "$GRADLE_CYGPATTERN" != "" ] ; then
146
+ OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
147
+ fi
148
+ # Now convert the arguments - kludge to limit ourselves to /bin/sh
149
+ i=0
150
+ for arg in "$@" ; do
151
+ CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
152
+ CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
153
+
154
+ if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
155
+ eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
156
+ else
157
+ eval `echo args$i`="\"$arg\""
158
+ fi
159
+ i=`expr $i + 1`
160
+ done
161
+ case $i in
162
+ 0) set -- ;;
163
+ 1) set -- "$args0" ;;
164
+ 2) set -- "$args0" "$args1" ;;
165
+ 3) set -- "$args0" "$args1" "$args2" ;;
166
+ 4) set -- "$args0" "$args1" "$args2" "$args3" ;;
167
+ 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
168
+ 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
169
+ 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
170
+ 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
171
+ 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
172
+ esac
173
+ fi
174
+
175
+ # Escape application args
176
+ save () {
177
+ for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
178
+ echo " "
179
+ }
180
+ APP_ARGS=`save "$@"`
181
+
182
+ # Collect all arguments for the java command, following the shell quoting and substitution rules
183
+ eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
184
+
185
+ exec "$JAVACMD" "$@"
package/gradlew.bat ADDED
@@ -0,0 +1,89 @@
1
+ @rem
2
+ @rem Copyright 2015 the original author or authors.
3
+ @rem
4
+ @rem Licensed under the Apache License, Version 2.0 (the "License");
5
+ @rem you may not use this file except in compliance with the License.
6
+ @rem You may obtain a copy of the License at
7
+ @rem
8
+ @rem https://www.apache.org/licenses/LICENSE-2.0
9
+ @rem
10
+ @rem Unless required by applicable law or agreed to in writing, software
11
+ @rem distributed under the License is distributed on an "AS IS" BASIS,
12
+ @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ @rem See the License for the specific language governing permissions and
14
+ @rem limitations under the License.
15
+ @rem
16
+
17
+ @if "%DEBUG%" == "" @echo off
18
+ @rem ##########################################################################
19
+ @rem
20
+ @rem Gradle startup script for Windows
21
+ @rem
22
+ @rem ##########################################################################
23
+
24
+ @rem Set local scope for the variables with windows NT shell
25
+ if "%OS%"=="Windows_NT" setlocal
26
+
27
+ set DIRNAME=%~dp0
28
+ if "%DIRNAME%" == "" set DIRNAME=.
29
+ set APP_BASE_NAME=%~n0
30
+ set APP_HOME=%DIRNAME%
31
+
32
+ @rem Resolve any "." and ".." in APP_HOME to make it shorter.
33
+ for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
34
+
35
+ @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
36
+ set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
37
+
38
+ @rem Find java.exe
39
+ if defined JAVA_HOME goto findJavaFromJavaHome
40
+
41
+ set JAVA_EXE=java.exe
42
+ %JAVA_EXE% -version >NUL 2>&1
43
+ if "%ERRORLEVEL%" == "0" goto execute
44
+
45
+ echo.
46
+ echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
47
+ echo.
48
+ echo Please set the JAVA_HOME variable in your environment to match the
49
+ echo location of your Java installation.
50
+
51
+ goto fail
52
+
53
+ :findJavaFromJavaHome
54
+ set JAVA_HOME=%JAVA_HOME:"=%
55
+ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
56
+
57
+ if exist "%JAVA_EXE%" goto execute
58
+
59
+ echo.
60
+ echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
61
+ echo.
62
+ echo Please set the JAVA_HOME variable in your environment to match the
63
+ echo location of your Java installation.
64
+
65
+ goto fail
66
+
67
+ :execute
68
+ @rem Setup the command line
69
+
70
+ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
71
+
72
+
73
+ @rem Execute Gradle
74
+ "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
75
+
76
+ :end
77
+ @rem End local scope for the variables with windows NT shell
78
+ if "%ERRORLEVEL%"=="0" goto mainEnd
79
+
80
+ :fail
81
+ rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
82
+ rem the _cmd.exe /c_ return code!
83
+ if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
84
+ exit /b 1
85
+
86
+ :mainEnd
87
+ if "%OS%"=="Windows_NT" endlocal
88
+
89
+ :omega
package/index.html CHANGED
@@ -1,21 +1,21 @@
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
- <style media="screen">
11
- /*url(./static/newmainbg.jpg)*/
12
- body{width: 100%;background:#7f8eaf no-repeat center bottom; background-size: cover;}
13
- body .loginbg{ width:100%; height:100%; background:url(./static/loginbg.jpg) no-repeat center top;}
14
- </style>
15
- </head>
16
- <body id="bodymain" class="themeOne">
17
- <!-- <widget></widget> -->
18
- <app></app>
19
- <!-- built files will be auto injected -->
20
- </body>
21
- </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
+ <style media="screen">
11
+ /*url(./static/newmainbg.jpg)*/
12
+ body{width: 100%;background:#7f8eaf no-repeat center bottom; background-size: cover;}
13
+ body .loginbg{ width:100%; height:100%; background:url(./static/loginbg.jpg) no-repeat center top;}
14
+ </style>
15
+ </head>
16
+ <body id="bodymain" class="themeOne">
17
+ <!-- <widget></widget> -->
18
+ <app></app>
19
+ <!-- built files will be auto injected -->
20
+ </body>
21
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-clients",
3
- "version": "3.2.1",
3
+ "version": "3.2.2-aodeToV4",
4
4
  "description": "系统基础框架",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -19,7 +19,6 @@
19
19
  "dependencies": {
20
20
  "base64-js": "^1.3.0",
21
21
  "js-base64": "^2.4.9",
22
- "jsencrypt": "^3.0.0-rc.1",
23
22
  "less": "^2.7.1",
24
23
  "less-loader": "^2.2.3",
25
24
  "src": "^1.1.2",
@@ -86,6 +85,7 @@
86
85
  "vue-style-loader": "^1.0.0",
87
86
  "vue-validator": "^3.0.0-alpha.2",
88
87
  "webpack": "^1.12.2",
88
+ "jsencrypt": "3.0.0-rc.1",
89
89
  "webpack-dev-middleware": "^1.4.0",
90
90
  "webpack-hot-middleware": "^2.6.0",
91
91
  "webpack-merge": "^0.8.3"
package/src/App.vue CHANGED
@@ -7,7 +7,7 @@
7
7
  <route :comp="{name: 'login'}"></route>
8
8
  <!-- <route :comp="{name: 'load-data'}"></route> -->
9
9
  <!-- <route :comp="{name: 'load-params', props: {componentName: 'login'}}"></route> -->
10
- <!-- <route :comp="{name: 'load-params', props: {dataUrl: ['rs/sql/getMeterBrand','rs/sql/getPriceType','rs/sql/getMeterStyle'], componentName: 'login'}}"></route> -->
10
+ <!-- <route :comp="{name: 'load-params', props: {dataUrl: ['api/af-system/sql/getMeterBrand','api/af-system/sql/getPriceType','api/af-system/sql/getMeterStyle'], componentName: 'login'}}"></route> -->
11
11
  </article>
12
12
  </div>
13
13
  </app-base>