diff --git a/xiuosiot-frontend/src/views/login/index.vue b/xiuosiot-frontend/src/views/login/index.vue index 456ca1e..51fbac3 100644 --- a/xiuosiot-frontend/src/views/login/index.vue +++ b/xiuosiot-frontend/src/views/login/index.vue @@ -114,8 +114,8 @@ export default { } return { loginForm: { - username: 'hangxiao', - password: 'hangxiao', + username: '', + password: '', verifycode: '' }, loginRules: { diff --git a/xiuosiot-frontend/src/views/terminal/stock/index.vue b/xiuosiot-frontend/src/views/terminal/stock/index.vue index 7b86675..61f3645 100644 --- a/xiuosiot-frontend/src/views/terminal/stock/index.vue +++ b/xiuosiot-frontend/src/views/terminal/stock/index.vue @@ -184,7 +184,6 @@ export default { this.getListByType(data) }, handleSearch(no) { - console.log('no', no) if (!no) { this.terminalTypeDesc = '全部' this.getList() @@ -219,7 +218,6 @@ export default { this.dialogTitle = '配方查看' }, edit(current) { - console.log('current', current) this.form = { ...current } this.operationType = 2 // 编辑 this.visible = true