diff --git a/src/models/app.js b/src/models/app.js index 254eccd..a80e366 100644 --- a/src/models/app.js +++ b/src/models/app.js @@ -8,7 +8,7 @@ import { Toast } from 'antd-mobile'; import * as commonFunc from '../components/Common/commonFunc';/* 通用单据方法 */ if (location.pathname === '/' || location.pathname === '/login') { - // localStorage.clear(); + localStorage.clear(); } export default {