eslint 修复

This commit is contained in:
fengachen
2021-09-03 20:06:59 +08:00
parent 99a46dc673
commit c6d77da29d
21 changed files with 31 additions and 43 deletions
+1 -1
View File
@@ -161,7 +161,7 @@
}
})
} else {
var params = {
const params = {
username: value,
}
checkOnlyUser(params).then((res) => {
+1 -1
View File
@@ -42,7 +42,7 @@
</template>
<script>
import { putAction,getAction } from '@/api/manage'
import {getAction } from '@/api/manage'
export default {
name: 'Step3',
// components: {
+1 -1
View File
@@ -37,7 +37,7 @@
setInterval(that.countDown, 1000)
},
watch: {
time: function (newVal,oldVal) {
time: function (newVal) {
if (newVal == 0) {
var params = {
username: this.userList.username
+1 -2
View File
@@ -92,8 +92,7 @@
<script>
import {mixinDevice} from '@/utils/mixin.js'
import {getSmsCaptcha} from '@/api/login'
import {getAction, postAction} from '@/api/manage'
import { postAction} from '@/api/manage'
import {checkOnlyUser} from '@/api/api'
const levelNames = {