vue2: 移除 js-cookie ,使用 localStorage

This commit is contained in:
xingyu
2022-07-21 18:14:53 +08:00
parent 1179ca1a8a
commit 3d1afe5271
5 changed files with 33 additions and 39 deletions

View File

@ -63,8 +63,6 @@
</template>
<script>
import Cookies from "js-cookie";
import { encrypt, decrypt } from '@/utils/jsencrypt'
import {
getPassword, getRememberMe,
getUsername,