New file |
| | |
| | | 1.在服务器上找到smart ai前端文件中的loginData文件夹 |
| | | 以189为例 在/opt/vasystem/web/smart-ai/apps目录下 |
| | | 2.图片直接替换即可 文件名保持一致 |
| | | 3.文字在login.json中,用记事本打开修改对应键的值即可 |
| | | 该处文字不需要的话,用空字符串占位 |
| | |
| | | if (this.active == 2) { |
| | | const data = this.$refs[`form${this.active}`].getFormData(); |
| | | await saveRegInfo(data); |
| | | location.assign("/login"); |
| | | location.assign("/view/login/"); |
| | | return; |
| | | } |
| | | |
| | |
| | | }, 0); |
| | | } |
| | | |
| | | if (res.data.initPwd && res.data.initRegInfo) { |
| | | /* if (res.data.initPwd && res.data.initRegInfo) { |
| | | location.assign("/login"); |
| | | return; |
| | | } |
| | | } */ |
| | | |
| | | this.isWhite = false; |
| | | }, |