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.
@@ -193,11 +193,7 @@ let loginGen = async function (name, password, cue) {
193
193
  resolveMsg: null,
194
194
  rejectMsg: null
195
195
  }).then((req) => {
196
- if (req.data.forcestate && req.data.forcestate == 1) {
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
@@ -1,5 +0,0 @@
1
- distributionBase=GRADLE_USER_HOME
2
- distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
4
- zipStoreBase=GRADLE_USER_HOME
5
- zipStorePath=wrapper/dists