Skip to content

Commit

Permalink
fix: rootadmin 假退出登录,避免其他人被迫下线
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Dec 13, 2021
1 parent 764b940 commit 4fc62a9
Show file tree
Hide file tree
Showing 22 changed files with 211 additions and 326 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@

> 使用了 Vue3.0 全家桶、ant-design-vue2.0 和 typescript4.0,实践 vue3.0 的新特性以及玩法,不得不说 vue3.0 的 Composition API 相比于 vue2.0 的 Options API 灵活很多,让我们可以灵活地组合组件逻辑,我们可以很轻松的使用 hooks 的形式去代替以前 mixins 等的写法。更多 hooks 可以参考[vueuse](https://vueuse.org/functions.html)
## 克隆项目

```bash
git clone --single-branch https://github.com/buqiyuan/vite-vue3-lowcode.git
or
git clone --depth=1 https://github.com/buqiyuan/vite-vue3-lowcode.git
```

## Project setup

```shell
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
"typescript"
],
"license": "MIT",
"engines": {
"node": "^12 || >=14"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
Expand Down
1 change: 1 addition & 0 deletions src/api/account/model.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ declare namespace API {
psalt: string;
nickName: string;
headImg: string;
loginIp: string;
email: string;
phone: string;
remark: string;
Expand Down
1 change: 0 additions & 1 deletion src/components/dynamic-table/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export { useDragCol } from './useDragCol';
export { useExpandLoading } from './useExpandLoading';
export { useCalculate } from './useCalculate';
86 changes: 0 additions & 86 deletions src/components/dynamic-table/hooks/useCalculate.ts

This file was deleted.

33 changes: 0 additions & 33 deletions src/layout/header/components.ts

This file was deleted.

Loading

0 comments on commit 4fc62a9

Please sign in to comment.