system-clients 3.2.101-temp → 3.2.103-temp
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/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/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/file-system.probe +0 -0
- package/package.json +105 -105
- package/src/components/Main.vue +960 -960
- package/src/filiale/qianneng/Main.vue +816 -816
- package/src/plugins/GetLoginInfoService.js +1 -5
- package/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/gradle/wrapper/gradle-wrapper.properties +0 -5
|
@@ -193,11 +193,7 @@ let loginGen = async function (name, password, cue) {
|
|
|
193
193
|
resolveMsg: null,
|
|
194
194
|
rejectMsg: null
|
|
195
195
|
}).then((req) => {
|
|
196
|
-
|
|
197
|
-
Vue.showMessage("您被强制下线!", ['confirm']).then((res) => {
|
|
198
|
-
location.reload()
|
|
199
|
-
})
|
|
200
|
-
} else if (req.data.status == 710) {
|
|
196
|
+
if (req.data.status == 710) {
|
|
201
197
|
Vue.showMessage(req.data.msg + ",您将被强制退出系统", ['confirm']).then((res) => {
|
|
202
198
|
if (res === 'confirm') {
|
|
203
199
|
location.reload()
|
|
Binary file
|