更新
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
<script>
|
||||
import { RSAencrypt } from '@/utils/jsencrypt.js'
|
||||
import {handLogin} from '@/utils/api.js'
|
||||
import checkUpdate from '@/uni_modules/uni-upgrade-center-app/utils/check-update'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@@ -32,6 +33,9 @@
|
||||
saveUser: this.$store.getters.loginName ? true : false,
|
||||
disabled: false
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
checkUpdate();
|
||||
},
|
||||
methods: {
|
||||
toSaveUser() {
|
||||
|
||||
Reference in New Issue
Block a user