system-clients 3.2.74 → 3.2.76-rongchuang
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/8.2/checksums/checksums.lock +0 -0
- package/.gradle/8.2/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.2/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.2/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.2/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.2/fileHashes/fileHashes.lock +0 -0
- package/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/gradle/wrapper/gradle-wrapper.properties +7 -0
- package/gradlew +248 -0
- package/gradlew.bat +92 -0
- package/package.json +2 -2
- package/src/components/server/Login.vue +1 -1
- package/src/filiale/qianneng/Login.vue +1 -1
- package/src/filiale/shiquan/Login.vue +1 -1
- package/src/filiale/tongchuan/Main.vue +1019 -0
- package/src/filiale/tongchuan/system.js +1 -1
- package/src/plugins/GetLoginInfoService.js +3 -0
- package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +5 -1
- package/.gradle/8.0.2/checksums/checksums.lock +0 -0
- package/.gradle/8.0.2/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.0.2/fileHashes/fileHashes.lock +0 -0
- /package/.gradle/{8.0.2 → 8.2}/dependencies-accessors/gc.properties +0 -0
- /package/.gradle/{8.0.2 → 8.2}/fileChanges/last-build.bin +0 -0
- /package/.gradle/{8.0.2 → 8.2}/gc.properties +0 -0
@@ -218,6 +218,8 @@ let GetLoginInfoService = {
|
|
218
218
|
Verification: true,
|
219
219
|
//构建时间开关
|
220
220
|
versionTime: true,
|
221
|
+
//
|
222
|
+
SinglePageToken : {},
|
221
223
|
//登录信息展示开关
|
222
224
|
depPrompt: true,
|
223
225
|
install(Vue, options) {
|
@@ -237,6 +239,7 @@ let GetLoginInfoService = {
|
|
237
239
|
if (cue === undefined || cue === null || cue === '') {
|
238
240
|
cue = true
|
239
241
|
}
|
242
|
+
Vue.$login.SinglePageToken = cryptJS.AESEncrypt(JSON.stringify({name,password}), "OXuYieBb4eoIne^K")
|
240
243
|
return loginGen(name, password, cue)
|
241
244
|
},
|
242
245
|
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|