Skip to content

Commit

Permalink
perf(style): 调整目录结构
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Aug 31, 2020
1 parent 2108fcc commit cd9fe9e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 215 deletions.
3 changes: 0 additions & 3 deletions src/store/getters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@ const getters = {
deptname: state => state.user.deptname,
rolename: state => state.user.rolename,
candidateUser: state => state.user.candidateUser,
isLeader: state => state.user.isLeader,
deptid: state => state.user.deptid,
tel: state => state.user.tel,
addRouters: state => state.asyncRouters.addRouters,
routers: state => state.asyncRouters.routers,
menuNum: state => state.asyncRouters.menuNum,
userid: state => state.user.userid,
webSocket: state => state.webSocket.websocket,
serverData: state => state.webSocket.serverData,
homePagePath: state => state.app.homePagePath,
photo: state => state.user.photo,
signature: state => state.user.signature,
Expand Down
83 changes: 0 additions & 83 deletions src/utils/model.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/views/devTools/FormDesigner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<script>
import { DML, crud } from '@/api/public/crud';
import { getTables } from '@/api/system/form';
import FormDesignerDialog from './components/FormDesignerDialog.vue';
import FormDesignerDialog from '@/components/BaseDialog/FormDesignerDialog.vue';
export default {
name: 'FormDesigner',
Expand Down
52 changes: 0 additions & 52 deletions src/views/devTools/Log.vue

This file was deleted.

76 changes: 0 additions & 76 deletions src/views/system/ExceptionLog.vue

This file was deleted.

0 comments on commit cd9fe9e

Please sign in to comment.