From 05cd7bda4f6c54ad8deebf44c82a819e6d20787c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=9A=E7=A5=96=E6=9C=9B?= <573413756@qq.com> Date: Fri, 14 Apr 2023 10:48:48 +0800 Subject: [PATCH] clear defualt account --- xiuosiot-frontend/src/views/login/index.vue | 4 ++-- xiuosiot-frontend/src/views/terminal/stock/index.vue | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) 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