版本号更新
This commit is contained in:
@@ -42,4 +42,13 @@ export function setTkUser(userdata) {
|
||||
// 用于获取tk账户密码
|
||||
export function getTkUser() {
|
||||
return JSON.parse(localStorage.getItem('tkuser'));
|
||||
}
|
||||
|
||||
// 用于列表筛选条件
|
||||
export function setSerch(data) {
|
||||
localStorage.setItem('Serch', JSON.stringify(data));
|
||||
}
|
||||
// 用于获取列表筛选条件
|
||||
export function getSerch() {
|
||||
return JSON.parse(localStorage.getItem('Serch'));
|
||||
}
|
||||
Reference in New Issue
Block a user