system-clients 3.2.54 → 3.2.55-1
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/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/{7.5.1 → 7.4}/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/{7.5.1 → 7.4}/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/gradlew +0 -6
- package/gradlew.bat +6 -8
- package/package.json +2 -2
- package/src/components/server/Login.vue +1 -3
- package/src/plugins/GetLoginInfoService.js +533 -521
- package/src/system.js +117 -117
- package/.gradle/7.5.1/checksums/checksums.lock +0 -0
- package/.gradle/7.5.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.5.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.5.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/file-system.probe +0 -0
- /package/.gradle/{7.5.1 → 7.4}/dependencies-accessors/gc.properties +0 -0
- /package/.gradle/{7.5.1 → 7.4}/fileChanges/last-build.bin +0 -0
- /package/.gradle/{7.5.1 → 7.4}/gc.properties +0 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,2 +1,2 @@
|
|
1
|
-
#
|
2
|
-
gradle.version=7.
|
1
|
+
#Mon Feb 20 12:02:11 CST 2023
|
2
|
+
gradle.version=7.4
|
Binary file
|
Binary file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
distributionBase=GRADLE_USER_HOME
|
2
2
|
distributionPath=wrapper/dists
|
3
|
-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.
|
3
|
+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
|
4
4
|
zipStoreBase=GRADLE_USER_HOME
|
5
5
|
zipStorePath=wrapper/dists
|
package/gradlew
CHANGED
@@ -205,12 +205,6 @@ set -- \
|
|
205
205
|
org.gradle.wrapper.GradleWrapperMain \
|
206
206
|
"$@"
|
207
207
|
|
208
|
-
# Stop when "xargs" is not available.
|
209
|
-
if ! command -v xargs >/dev/null 2>&1
|
210
|
-
then
|
211
|
-
die "xargs is not available"
|
212
|
-
fi
|
213
|
-
|
214
208
|
# Use "xargs" to parse quoted args.
|
215
209
|
#
|
216
210
|
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
|
package/gradlew.bat
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
@rem limitations under the License.
|
15
15
|
@rem
|
16
16
|
|
17
|
-
@if "%DEBUG%"=="" @echo off
|
17
|
+
@if "%DEBUG%" == "" @echo off
|
18
18
|
@rem ##########################################################################
|
19
19
|
@rem
|
20
20
|
@rem Gradle startup script for Windows
|
@@ -25,7 +25,7 @@
|
|
25
25
|
if "%OS%"=="Windows_NT" setlocal
|
26
26
|
|
27
27
|
set DIRNAME=%~dp0
|
28
|
-
if "%DIRNAME%"=="" set DIRNAME=.
|
28
|
+
if "%DIRNAME%" == "" set DIRNAME=.
|
29
29
|
set APP_BASE_NAME=%~n0
|
30
30
|
set APP_HOME=%DIRNAME%
|
31
31
|
|
@@ -40,7 +40,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome
|
|
40
40
|
|
41
41
|
set JAVA_EXE=java.exe
|
42
42
|
%JAVA_EXE% -version >NUL 2>&1
|
43
|
-
if %ERRORLEVEL%
|
43
|
+
if "%ERRORLEVEL%" == "0" goto execute
|
44
44
|
|
45
45
|
echo.
|
46
46
|
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
@@ -75,15 +75,13 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
|
75
75
|
|
76
76
|
:end
|
77
77
|
@rem End local scope for the variables with windows NT shell
|
78
|
-
if %ERRORLEVEL%
|
78
|
+
if "%ERRORLEVEL%"=="0" goto mainEnd
|
79
79
|
|
80
80
|
:fail
|
81
81
|
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
82
82
|
rem the _cmd.exe /c_ return code!
|
83
|
-
|
84
|
-
|
85
|
-
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
|
86
|
-
exit /b %EXIT_CODE%
|
83
|
+
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
|
84
|
+
exit /b 1
|
87
85
|
|
88
86
|
:mainEnd
|
89
87
|
if "%OS%"=="Windows_NT" endlocal
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "system-clients",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.55-1",
|
4
4
|
"description": "系统基础框架",
|
5
5
|
"main": "src/index.js",
|
6
6
|
"directories": {
|
@@ -79,7 +79,7 @@
|
|
79
79
|
"style": "0.0.3",
|
80
80
|
"style-loader": "^0.20.3",
|
81
81
|
"url-loader": "^0.5.7",
|
82
|
-
"vue-client": "1.24.
|
82
|
+
"vue-client": "1.24.79",
|
83
83
|
"vue-hot-reload-api": "^1.2.0",
|
84
84
|
"vue-html-loader": "^1.0.0",
|
85
85
|
"vue-loader": "^8.2.1",
|